The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SpotifyAPI, reference 4.0.2 (391af4), with Swift 6.1 for Android on 31 May 2025 01:21:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Peter-Schorn/SpotifyAPI.git
Reference: 4.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Peter-Schorn/SpotifyAPI
 * tag               4.0.2      -> FETCH_HEAD
HEAD is now at 391af49 Fixed a bug with the create playlist endpoint in which omitting a description causes the description of the playlist to be the string `null`. See issue #75.
Cloned https://github.com/Peter-Schorn/SpotifyAPI.git
Revision (git rev-parse @):
391af49951fa2a854f63bde1e6f6726ba2763da7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Peter-Schorn/SpotifyAPI.git at 4.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Peter-Schorn/SpotifyAPI.git
https://github.com/Peter-Schorn/SpotifyAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "regularexpressions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Peter-Schorn/RegularExpressions.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SpotifyAPI",
  "name" : "SpotifyAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SpotifyAPI",
      "targets" : [
        "SpotifyWebAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpotifyExampleContent",
      "targets" : [
        "SpotifyExampleContent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_SpotifyAPITestUtilities",
      "targets" : [
        "SpotifyAPITestUtilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpotifyWebAPI",
      "module_type" : "SwiftTarget",
      "name" : "SpotifyWebAPI",
      "path" : "Sources/SpotifyWebAPI",
      "product_dependencies" : [
        "RegularExpressions",
        "Logging",
        "Crypto",
        "OpenCombine",
        "OpenCombineDispatch",
        "OpenCombineFoundation"
      ],
      "product_memberships" : [
        "SpotifyAPI",
        "SpotifyExampleContent",
        "_SpotifyAPITestUtilities"
      ],
      "sources" : [
        "API/SpotifyAPI+Albums.swift",
        "API/SpotifyAPI+Artists.swift",
        "API/SpotifyAPI+Audiobooks.swift",
        "API/SpotifyAPI+Browse.swift",
        "API/SpotifyAPI+Episodes.swift",
        "API/SpotifyAPI+Follow.swift",
        "API/SpotifyAPI+Library.swift",
        "API/SpotifyAPI+Markets.swift",
        "API/SpotifyAPI+Personalization.swift",
        "API/SpotifyAPI+Player.swift",
        "API/SpotifyAPI+Playlists.swift",
        "API/SpotifyAPI+Search.swift",
        "API/SpotifyAPI+Shows.swift",
        "API/SpotifyAPI+Tracks.swift",
        "API/SpotifyAPI+UserProfile.swift",
        "API/SpotifyAPI+Utilities.swift",
        "API/SpotifyAPI+Wrappers.swift",
        "API/SpotifyAPI.swift",
        "Authorization/AuthorizationCodeFlowManager.swift",
        "Authorization/AuthorizationCodeFlowManagerBase.swift",
        "Authorization/AuthorizationCodeFlowPKCEManager.swift",
        "Authorization/AuthorizationScopes.swift",
        "Authorization/Backends/AuthorizationBackends.swift",
        "Authorization/Backends/AuthorizationCodeFlowClientBackend.swift",
        "Authorization/Backends/AuthorizationCodeFlowPKCEClientBackend.swift",
        "Authorization/Backends/AuthorizationCodeFlowPKCEProxyBackend.swift",
        "Authorization/Backends/AuthorizationCodeFlowProxyBackend.swift",
        "Authorization/Backends/ClientCredentialsFlowClientBackend.swift",
        "Authorization/Backends/ClientCredentialsFlowProxyBackend.swift",
        "Authorization/ClientCredentialsFlowManager.swift",
        "Authorization/SpotifyAuthorizationManager.swift",
        "Authorization/SpotifyScopeAuthorizationManager.swift",
        "Errors/RateLimitedError.swift",
        "Errors/SpotifyAuthenticationError.swift",
        "Errors/SpotifyAuthorizationError.swift",
        "Errors/SpotifyDecodingError.swift",
        "Errors/SpotifyError.swift",
        "Errors/SpotifyGeneralError.swift",
        "Errors/SpotifyPlayerError.swift",
        "Object Model/Audio Analysis Objects/AudioAnalysis.swift",
        "Object Model/Audio Analysis Objects/AudioFeatures.swift",
        "Object Model/Audio Analysis Objects/Section.swift",
        "Object Model/Audio Analysis Objects/Segment.swift",
        "Object Model/Audio Analysis Objects/SpotifyTimeInterval.swift",
        "Object Model/Audiobook Objects/Audiobook.swift",
        "Object Model/Audiobook Objects/AudiobookAuthor.swift",
        "Object Model/Audiobook Objects/AudiobookChapter.swift",
        "Object Model/Authorization Objects/AuthInfo.swift",
        "Object Model/Authorization Objects/ClientCredentialsTokensRequest.swift",
        "Object Model/Authorization Objects/PKCERefreshTokensRequest.swift",
        "Object Model/Authorization Objects/PKCETokensRequest.swift",
        "Object Model/Authorization Objects/ProxyPKCERefreshTokensRequest.swift",
        "Object Model/Authorization Objects/ProxyPKCETokensRequest.swift",
        "Object Model/Authorization Objects/ProxyTokensRequest.swift",
        "Object Model/Authorization Objects/RefreshTokensRequest.swift",
        "Object Model/Authorization Objects/TokensRequest.swift",
        "Object Model/Browse Objects/RecommendationSeed.swift",
        "Object Model/Browse Objects/RecommendationsResponse.swift",
        "Object Model/Music Objects/Album.swift",
        "Object Model/Music Objects/Artist.swift",
        "Object Model/Music Objects/Track.swift",
        "Object Model/Other Spotify Objects/AlbumType.swift",
        "Object Model/Other Spotify Objects/Copyright.swift",
        "Object Model/Other Spotify Objects/CursorPagingObject.swift",
        "Object Model/Other Spotify Objects/FeaturedPlaylists.swift",
        "Object Model/Other Spotify Objects/Followers.swift",
        "Object Model/Other Spotify Objects/NewAlbumReleases.swift",
        "Object Model/Other Spotify Objects/PagingObject.swift",
        "Object Model/Other Spotify Objects/SavedItem.swift",
        "Object Model/Other Spotify Objects/SearchResult.swift",
        "Object Model/Other Spotify Objects/SpotifyCategory.swift",
        "Object Model/Other Spotify Objects/SpotifyCursor.swift",
        "Object Model/Other Spotify Objects/SpotifyImage.swift",
        "Object Model/Other Spotify Objects/SpotifyUser.swift",
        "Object Model/Other Spotify Objects/TrackLink.swift",
        "Object Model/Player Objects/CurrentlyPlayingContext.swift",
        "Object Model/Player Objects/Device.swift",
        "Object Model/Player Objects/DeviceType.swift",
        "Object Model/Player Objects/PlayHistory.swift",
        "Object Model/Player Objects/PlaybackActions.swift",
        "Object Model/Player Objects/RepeatMode.swift",
        "Object Model/Player Objects/ResumePoint.swift",
        "Object Model/Player Objects/SpotifyContext.swift",
        "Object Model/Player Objects/SpotifyQueue.swift",
        "Object Model/Playlist Objects/Playlist.swift",
        "Object Model/Playlist Objects/PlaylistItem.swift",
        "Object Model/Playlist Objects/PlaylistItemContainer.swift",
        "Object Model/Playlist Objects/PlaylistItemsReference.swift",
        "Object Model/Podcast Objects/Episode.swift",
        "Object Model/Podcast Objects/Show.swift",
        "Object Model/Post Request Objects/Other Objects/AttributeRange.swift",
        "Object Model/Post Request Objects/Other Objects/TimeRange.swift",
        "Object Model/Post Request Objects/Other Objects/TrackAttributes.swift",
        "Object Model/Post Request Objects/Player Objects/PlaybackRequest+Context.swift",
        "Object Model/Post Request Objects/Player Objects/PlaybackRequest+Offset.swift",
        "Object Model/Post Request Objects/Player Objects/PlaybackRequest.swift",
        "Object Model/Post Request Objects/Player Objects/TimeReference.swift",
        "Object Model/Post Request Objects/Player Objects/TransferPlaybackRequest.swift",
        "Object Model/Post Request Objects/Playlist Objects/PlaylistDetails.swift",
        "Object Model/Post Request Objects/Playlist Objects/ReorderPlaylistItems.swift",
        "Object Model/Post Request Objects/Playlist Objects/URIsContainer.swift",
        "Object Model/Post Request Objects/Playlist Objects/URIsDictWithInsertionIndex.swift",
        "Object Model/TypeAliases.swift",
        "Other/ApproximateEquality.swift",
        "Other/ApproximatelyEquatable.swift",
        "Other/AuthorizationManagerLoggers.swift",
        "Other/CodingExtensions.swift",
        "Other/DataExtensions.swift",
        "Other/DateExtensions.swift",
        "Other/DateFormatterExtensions.swift",
        "Other/DebugHooks.swift",
        "Other/Endpoints.swift",
        "Other/Headers.swift",
        "Other/IDCategory.swift",
        "Other/LogHandler.swift",
        "Other/MiscellaneousUtilities.swift",
        "Other/Paginated.swift",
        "Other/SpotifyIdentifier.swift",
        "Other/SpotifyURIConvertible.swift",
        "Other/StringExtensions.swift",
        "Publisher Extensions/DelayedConditionalRetryPublisher.swift",
        "Publisher Extensions/OtherPublisherExtensions.swift",
        "Publisher Extensions/SpotifyObjectDecoding.swift",
        "URLExtensions/URLComponentsExtensions.swift",
        "URLExtensions/URLExtensions.swift",
        "URLExtensions/URLQueryItemExtensions.swift",
        "URLExtensions/URLSessionWrappers.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpotifyExampleContent",
      "module_type" : "SwiftTarget",
      "name" : "SpotifyExampleContent",
      "path" : "Sources/SpotifyExampleContent",
      "product_memberships" : [
        "SpotifyExampleContent",
        "_SpotifyAPITestUtilities"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Albums/Abbey Road - Album.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Albums/Dark Side Of The Moon - Album.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Albums/In Rainbows - Album.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Albums/Jinx - Album.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Albums/Jinx - PagingObject<Track>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Albums/Meddle - Album.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Albums/Skiptracing - Album.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Artists/Crumb - Artist.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Artists/Levitation Room - Artist.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Artists/Pink Floyd - Artist.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Artists/Radiohead - Artist.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Artists/Skinshape - Artist.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Artists/The Beatles - Artist.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audiobooks/Enlightenment Now - Audiobook.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audiobooks/Enlightenment Now Chapter 3 - AudiobookChapter.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audiobooks/Free Will - Audiobook.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audiobooks/Free Will Chapter 1 - AudiobookChapter.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audiobooks/Harry Potter and the Sorcerer's Stone - Audiobook.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audiobooks/Steve Jobs Chapter 1 - AudiobookChapter.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audo Analysis/Any Colour You Like - AudioAnalysis.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Audo Analysis/Fearless - AudioFeatures.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Browse/Category Playlists - PagingObject<Playlist<PlaylistItemsReference>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Browse/Featured Playlists - FeaturedPlaylists.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Browse/categories - SpotifyCategory.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Episodes/Sam Harris 213 - Episode.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Episodes/Sam Harris 214 - Episode.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Episodes/Sam Harris 215 - Episode.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Episodes/Sean Carroll 111 - Episode.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Episodes/Sean Carroll 112 - Episode.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Images/Annabelle Compressed.jpeg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Images/Annabelle Large.jpeg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Library/Current User Saved Albums - PagingObject<SavedItem<Album>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Player/Current Playback - CurrentlyPlayingContext.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Player/Queue - SpotifyQueue.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Player/Recently Played - CursorPagingObject<PlayHistory>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/PlaylistItems/#1536 - Edward Snowden - PlaylistItem.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/PlaylistItems/#1537 - Lex Fridman - PlaylistItem.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/PlaylistItems/#216 — September 3, 2020 - PlaylistItem.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/PlaylistItems/#217 — The New Religion of Anti-Racism - PlaylistItem.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/PlaylistItems/Echoes - Acoustic Version - PlaylistItem.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/PlaylistItems/Hans Zimmer & Radiohead - Ocean Bloom (full song HQ) - PlaylistItem.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/PlaylistItems/Killshot - PlaylistItem.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/Blues Classics - PagingObject<PlaylistItemContainer<Track>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/Crumb - Playlist<PagingObject<PlaylistItemContainer<PlaylistItem>>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/Local Songs - Playlist<PagingObject<PlaylistItemContainer<PlaylistItem>>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/Lucy in the sky with diamonds - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/Men I Trust - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/Modern Psychedelia - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/Rock Classics - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This Is King Gizzard & The Lizard Wizard - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This Is MF DOOM - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This Is Mild High Club - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This Is Radiohead - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This Is Sonic Youth - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This Is Spoon - PagingObject<PlaylistItemContainer<Track>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This is Jimi Hendrix - PagingObject<PlaylistItemContainer<Track>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This is Mac DeMarco - PagingObject<PlaylistItemContainer<Track>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This is Pink Floyd - PagingObject<PlaylistItemContainer<Track>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This is Skinshape - Playlist<PlaylistItemsReference>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Playlists/This is Stevie Ray Vaughan - PagingObject<PlaylistItemContainer<PlaylistItem>>.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Search/Search for 'Crumb' - SearchResult.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Shows/Joe Rogan - Show.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Shows/Sam Harris - Show.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Shows/Sean Carroll - Show.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/Because - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/Come Together - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/Faces - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/Ill Wind - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/Ode To Viceroy - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/Reckoner - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/The End - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/Tracks/Time - Track.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyExampleContent/Resources/User Profile/Current User Profile - SpotifyUser.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ExampleAlbums.swift",
        "ExampleArtists.swift",
        "ExampleAudioAnalysis.swift",
        "ExampleAudioFeatures.swift",
        "ExampleAudiobooks.swift",
        "ExampleBrowse.swift",
        "ExampleEpisodes.swift",
        "ExampleLibrary.swift",
        "ExamplePlayer.swift",
        "ExamplePlaylistItems.swift",
        "ExamplePlaylists.swift",
        "ExampleSearch.swift",
        "ExampleShows.swift",
        "ExampleTracks.swift",
        "ExampleUserProfile.swift",
        "ImageAssets.swift",
        "URIs.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "SpotifyWebAPI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpotifyAPITestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "SpotifyAPITestUtilities",
      "path" : "Sources/SpotifyAPITestUtilities",
      "product_dependencies" : [
        "RegularExpressions",
        "OpenCombine",
        "OpenCombineDispatch",
        "OpenCombineFoundation"
      ],
      "product_memberships" : [
        "_SpotifyAPITestUtilities"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyAPITestUtilities/Resources/requirements.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpotifyAPITestUtilities/Resources/spotify_api_authorizer.py",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Authorization/AuthorizationConstants.swift",
        "Authorization/RedirectListener.swift",
        "Authorization/SeleniumBrowserAuthorizer.swift",
        "Authorization/WebKitBrowserAuthorizer.swift",
        "Authorization/openAuthorizationURL.swift",
        "CodingExtensions.swift",
        "CombineTestUtilities.swift",
        "DistributedLock.swift",
        "MiscellaneousUtilities.swift",
        "NetworkAdaptor.swift",
        "SpotifyAPI Utilities/AuthorizationCodeFlowExtensions.swift",
        "SpotifyAPI Utilities/AuthorizationCodeFlowPKCEExtensions.swift",
        "SpotifyAPI Utilities/ClientCredentialsFlowExtensions.swift",
        "SpotifyAPI Utilities/SpotifyAPIClientBaseTestClasses.swift",
        "SpotifyAPI Utilities/SpotifyAPIExtensions.swift",
        "SpotifyAPI Utilities/SpotifyAPIProxyBaseTestClasses.swift",
        "SpotifyAPI Utilities/SpotifyAPITests.swift",
        "SpotifyAPITestCase.swift"
      ],
      "target_dependencies" : [
        "SpotifyWebAPI",
        "SpotifyExampleContent"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpotifyAPIMainTests",
      "module_type" : "SwiftTarget",
      "name" : "SpotifyAPIMainTests",
      "path" : "Tests/SpotifyAPIMainTests",
      "product_dependencies" : [
        "RegularExpressions"
      ],
      "sources" : [
        "API Tests/SpoifyAPIArtistTests.swift",
        "API Tests/SpotifyAPIAlbumsTests.swift",
        "API Tests/SpotifyAPIAudiobookTests.swift",
        "API Tests/SpotifyAPIBrowseTests.swift",
        "API Tests/SpotifyAPIEpisodeTests.swift",
        "API Tests/SpotifyAPIErrorTests.swift",
        "API Tests/SpotifyAPIFollowTests.swift",
        "API Tests/SpotifyAPILibraryTests.swift",
        "API Tests/SpotifyAPIMarketTests.swift",
        "API Tests/SpotifyAPIPersonalizationTests.swift",
        "API Tests/SpotifyAPIPlayerTests.swift",
        "API Tests/SpotifyAPIPlaylistsTests.swift",
        "API Tests/SpotifyAPISearchTests.swift",
        "API Tests/SpotifyAPIShowTests.swift",
        "API Tests/SpotifyAPITrackTests.swift",
        "API Tests/SpotifyAPIUserProfileTests.swift",
        "Authorization Tests/SpotifyAPIAuthorizationCodeFlowAuthorizationTests.swift",
        "Authorization Tests/SpotifyAPIAuthorizationCodeFlowPKCEAuthorizationTests.swift",
        "Authorization Tests/SpotifyAPIAuthorizationTests.swift",
        "Authorization Tests/SpotifyAPIClientCredentialsFlowAuthorizationTests.swift",
        "Authorization Tests/SpotifyAPIInsufficientScopeTests.swift",
        "Authorization Tests/SpotifyAPIRefreshTokensConcurrentTests.swift",
        "Coding Tests/Authorization Objects/CodingAuthInfoTests.swift",
        "Coding Tests/Authorization Objects/CodingAuthorizationCodeFlowManagerTests.swift",
        "Coding Tests/Authorization Objects/CodingAuthorizationCodeFlowPKCEManagerTests.swift",
        "Coding Tests/Authorization Objects/CodingClientCredentialsFlowManagerTests.swift",
        "Coding Tests/CodingCurrentlyPlayingContextTests.swift",
        "Coding Tests/CodingPlaybackRequestTests.swift",
        "Coding Tests/CodingSpotifyUserTests.swift",
        "Coding Tests/CodingTimeReferenceTests.swift",
        "Coding Tests/CodingTrackAttributesTests.swift",
        "Coding Tests/CursorPagingObjectPlayHistoryCodingTests.swift",
        "Coding Tests/SpotifyPlayerErrorCodingTests.swift",
        "Documentation Tests/GetAvailableDeviceThenPlayDocumentationTest.swift",
        "Documentation Tests/MiscellaneousDocumentationTests.swift",
        "Documentation Tests/PaginationArticleCompilationTests.swift",
        "Documentation Tests/PlaylistMappingDocumentationCompilationTests.swift",
        "Documentation Tests/READMEExamplesCompilationTests.swift",
        "Documentation Tests/SpotifyObservableCompilationTests.swift",
        "Other Tests/AuthorizationScopesTests.swift",
        "Other Tests/ExampleContentTests.swift",
        "Other Tests/RepeatModeTests.swift",
        "Other Tests/SpotifyIdentifierTests.swift",
        "Test Utilities/FilteredPlaylist.swift",
        "Test Utilities/FilteredPlaylistItems.swift"
      ],
      "target_dependencies" : [
        "SpotifyWebAPI",
        "SpotifyExampleContent",
        "SpotifyAPITestUtilities"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Peter-Schorn/RegularExpressions.git
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
[1/733] Fetching regularexpressions
[500/2782] Fetching regularexpressions, swift-docc-plugin
[501/6618] Fetching regularexpressions, swift-docc-plugin, swift-log
[4816/14898] Fetching regularexpressions, swift-docc-plugin, swift-log, opencombine
[5230/28834] Fetching regularexpressions, swift-docc-plugin, swift-log, opencombine, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.67s)
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.68s)
[4217/14669] Fetching regularexpressions, swift-crypto
Fetched https://github.com/Peter-Schorn/RegularExpressions.git from cache (1.62s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.67s)
Computing version for https://github.com/Peter-Schorn/RegularExpressions.git
Computed https://github.com/Peter-Schorn/RegularExpressions.git at 2.2.0 (2.23s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.83s)
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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Peter-Schorn/RegularExpressions.git
Working copy of https://github.com/Peter-Schorn/RegularExpressions.git resolved at 2.2.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/493] Write sources
[7/493] Copying categories - SpotifyCategory.json
[7/493] Copying Time - Track.json
[9/493] Copying This is Skinshape - Playlist<PlaylistItemsReference>.json
[10/493] Copying This is Jimi Hendrix - PagingObject<PlaylistItemContainer<Track>>.json
[11/493] Copying This Is Spoon - PagingObject<PlaylistItemContainer<Track>>.json
[11/493] Copying This is Mac DeMarco - PagingObject<PlaylistItemContainer<Track>>.json
[11/493] Copying This is Pink Floyd - PagingObject<PlaylistItemContainer<Track>>.json
[11/493] Copying This Is Mild High Club - Playlist<PlaylistItemsReference>.json
[11/493] Copying The End - Track.json
[12/493] Copying This Is Sonic Youth - Playlist<PlaylistItemsReference>.json
[12/493] Copying The Beatles - Artist.json
[18/493] Copying Steve Jobs Chapter 1 - AudiobookChapter.json
[19/493] Copying Skinshape - Artist.json
[20/493] Copying Skiptracing - Album.json
[21/493] Copying This Is King Gizzard & The Lizard Wizard - Playlist<PlaylistItemsReference>.json
[21/493] Copying Sean Carroll 112 - Episode.json
[21/493] Copying Sean Carroll 111 - Episode.json
[21/493] Copying Search for 'Crumb' - SearchResult.json
[21/493] Copying Sam Harris 215 - Episode.json
[21/493] Copying Sam Harris 214 - Episode.json
[21/493] Copying Sam Harris 213 - Episode.json
[21/493] Copying Rock Classics - Playlist<PlaylistItemsReference>.json
[21/493] Copying Sean Carroll - Show.json
[21/493] Copying Sam Harris - Show.json
[21/493] Copying Reckoner - Track.json
[21/493] Copying Radiohead - Artist.json
[21/493] Copying Pink Floyd - Artist.json
[21/493] Copying Queue - SpotifyQueue.json
[21/493] Copying Recently Played - CursorPagingObject<PlayHistory>.json
[21/493] Copying Ode To Viceroy - Track.json
[21/493] Copying Modern Psychedelia - Playlist<PlaylistItemsReference>.json
[21/493] Copying Men I Trust - Playlist<PlaylistItemsReference>.json
[21/493] Copying Meddle - Album.json
[21/493] Copying Lucy in the sky with diamonds - Playlist<PlaylistItemsReference>.json
[21/493] Copying Levitation Room - Artist.json
[21/493] Copying Local Songs - Playlist<PagingObject<PlaylistItemContainer<PlaylistItem>>>.json
[21/493] Copying Killshot - PlaylistItem.json
[21/493] Copying Jinx - PagingObject<Track>.json
[21/493] Copying Jinx - Album.json
[21/493] Copying Joe Rogan - Show.json
[21/493] Copying In Rainbows - Album.json
[21/493] Copying Ill Wind - Track.json
[21/493] Copying Harry Potter and the Sorcerer's Stone - Audiobook.json
[21/493] Copying Free Will Chapter 1 - AudiobookChapter.json
[21/493] Copying Hans Zimmer & Radiohead - Ocean Bloom (full song HQ) - PlaylistItem.json
[21/493] Copying Free Will - Audiobook.json
[21/493] Copying Featured Playlists - FeaturedPlaylists.json
[21/493] Copying Fearless - AudioFeatures.json
[21/493] Copying Faces - Track.json
[21/493] Copying Enlightenment Now Chapter 3 - AudiobookChapter.json
[21/493] Copying Echoes - Acoustic Version - PlaylistItem.json
[21/493] Copying Enlightenment Now - Audiobook.json
[21/493] Copying Dark Side Of The Moon - Album.json
[21/493] Copying Current User Profile - SpotifyUser.json
[21/493] Copying Current Playback - CurrentlyPlayingContext.json
[21/493] Copying Crumb - Artist.json
[21/493] Copying Current User Saved Albums - PagingObject<SavedItem<Album>>.json
[21/493] Copying Crumb - Playlist<PagingObject<PlaylistItemContainer<PlaylistItem>>>.json
[21/493] Copying Come Together - Track.json
[21/493] Copying Category Playlists - PagingObject<Playlist<PlaylistItemsReference>>.json
[21/493] Copying Because - Track.json
[50/493] Copying Blues Classics - PagingObject<PlaylistItemContainer<Track>>.json
[69/493] Copying Annabelle Compressed.jpeg
[70/493] Copying Abbey Road - Album.json
[71/493] Copying Any Colour You Like - AudioAnalysis.json
[72/493] Copying Annabelle Large.jpeg
[72/493] Copying #217 — The New Religion of Anti-Racism - PlaylistItem.json
[72/493] Copying #216 — September 3, 2020 - PlaylistItem.json
[72/493] Copying #1537 - Lex Fridman - PlaylistItem.json
[72/493] Copying #1536 - Edward Snowden - PlaylistItem.json
[72/493] Copying spotify_api_authorizer.py
[72/493] Copying requirements.txt
[72/493] Write sources
[83/493] Copying This is Stevie Ray Vaughan - PagingObject<PlaylistItemContainer<PlaylistItem>>.json
[84/493] Copying This Is Radiohead - Playlist<PlaylistItemsReference>.json
[85/493] Copying This Is MF DOOM - Playlist<PlaylistItemsReference>.json
[86/493] Compiling v3_purp.c
[87/493] Compiling v3_skey.c
[88/493] Compiling v3_pmaps.c
[89/493] Write swift-version-24593BA9C3E375BF.txt
[90/493] Compiling v3_prn.c
[91/493] Compiling CCryptoBoringSSLShims shims.c
[92/493] Compiling v3_utl.c
[93/493] Compiling v3_pcia.c
[94/493] Compiling v3_ocsp.c
[95/494] Compiling v3_pcons.c
[96/507] Compiling v3_pci.c
[97/509] Compiling v3_info.c
[98/509] Compiling v3_lib.c
[98/509] Compiling v3_int.c
[100/509] Compiling v3_ncons.c
[101/509] Compiling v3_ia5.c
[102/509] Compiling v3_extku.c
[103/509] Compiling v3_enum.c
[103/509] Compiling v3_genn.c
[105/509] Compiling v3_crld.c
[106/509] Compiling v3_cpols.c
[107/509] Compiling v3_conf.c
[108/509] Compiling v3_bcons.c
[108/509] Compiling v3_bitst.c
[110/509] Compiling v3_alt.c
[111/509] Compiling v3_akeya.c
[112/509] Compiling v3_akey.c
[113/509] Compiling pcy_node.c
[114/509] Compiling pcy_tree.c
[115/509] Compiling pcy_map.c
[116/509] Compiling pcy_lib.c
[117/509] Compiling pcy_cache.c
[118/509] Compiling pcy_data.c
[119/509] Compiling x_x509a.c
[120/509] Compiling x_spki.c
[121/509] Compiling x_val.c
[121/509] Compiling x_x509.c
[123/509] Compiling x_sig.c
[124/509] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[125/509] Compiling x_req.c
[126/509] Compiling x_pkey.c
[127/509] Compiling x_pubkey.c
[128/509] Compiling x_info.c
[129/509] Compiling x_name.c
[130/509] Compiling x_exten.c
[131/509] Compiling x_attrib.c
[132/511] Compiling x_algor.c
[133/540] Compiling x_all.c
[134/557] Compiling x_crl.c
[135/588] Compiling x509spki.c
[136/601] Compiling x509cset.c
[137/601] Compiling x509_vpm.c
[138/601] Compiling x509_v3.c
[139/601] Compiling x509rset.c
[140/601] Compiling x509name.c
[141/601] Compiling x509_vfy.c
[142/601] Compiling x509_obj.c
[143/601] Compiling x509_req.c
[144/601] Compiling x509_ext.c
[145/601] Compiling x509_txt.c
[146/601] Compiling x509_set.c
[147/601] Compiling x509_def.c
[148/601] Compiling x509_trs.c
[149/601] Compiling x509_lu.c
[150/601] Compiling x509_d2.c
[151/601] Compiling t_x509a.c
[152/601] Compiling x509.c
[153/601] Compiling x509_att.c
[154/601] Compiling x509_cmp.c
[155/601] Compiling t_crl.c
[156/601] Compiling rsa_pss.c
[157/601] Compiling i2d_pr.c
[158/601] Compiling t_x509.c
[159/601] Compiling t_req.c
[160/601] Compiling by_file.c
[161/601] Compiling by_dir.c
[162/601] Compiling algorithm.c
[163/601] Compiling asn1_gen.c
[164/601] Compiling a_verify.c
[165/601] Compiling a_strex.c
[166/601] Compiling a_digest.c
[167/601] Compiling a_sign.c
[168/601] Compiling thread_win.c
[169/601] Compiling thread_none.c
[170/601] Compiling thread_pthread.c
[171/601] Compiling voprf.c
[172/601] Compiling pmbtoken.c
[173/601] Compiling stack.c
[174/601] Compiling rsa_print.c
[175/601] Compiling thread.c
[176/601] Compiling trust_token.c
[177/601] Compiling siphash.c
[178/601] Compiling rsa_asn1.c
[179/601] Compiling refcount_lock.c
[180/601] Compiling refcount_c11.c
[181/601] Compiling rc4.c
[182/601] Compiling windows.c
[183/601] Compiling rand_extra.c
[184/601] Compiling fuchsia.c
[185/601] Compiling passive.c
[186/601] Compiling deterministic.c
[187/601] Compiling poly1305_vec.c
[187/601] Compiling forkunsafe.c
[189/601] Compiling poly1305_arm_asm.S
[190/601] Compiling poly1305_arm.c
[191/601] Compiling pool.c
[192/601] Compiling poly1305.c
[193/601] Compiling pkcs7.c
[194/601] Compiling pkcs8.c
[195/601] Compiling pkcs7_x509.c
[196/601] Compiling p5_pbev2.c
[197/601] Compiling pem_xaux.c
[198/601] Compiling pkcs8_x509.c
[199/601] Compiling pem_x509.c
[200/601] Compiling pem_pkey.c
[202/601] Emitting module RegularExpressions
[202/602] Compiling pem_lib.c
[203/602] Compiling pem_oth.c
[204/602] Compiling pem_pk8.c
[205/602] Compiling obj_xref.c
[206/602] Compiling pem_info.c
[207/602] Compiling mem.c
[208/602] Compiling pem_all.c
[209/602] Compiling lhash.c
[210/602] Compiling poly_rq_mul.S
[211/602] Compiling x86_64-mont5.mac.x86_64.S
[212/602] Compiling obj.c
[213/602] Compiling hkdf.c
[214/602] Compiling x86_64-mont5.linux.x86_64.S
[215/602] Compiling x86_64-mont.mac.x86_64.S
[216/602] Compiling x86_64-mont.linux.x86_64.S
[217/602] Compiling x86-mont.windows.x86.S
[218/602] Compiling hpke.c
[219/602] Compiling x86-mont.linux.x86.S
[220/602] Compiling vpaes-x86_64.mac.x86_64.S
[221/602] Compiling vpaes-x86_64.linux.x86_64.S
[222/602] Compiling vpaes-x86.windows.x86.S
[223/602] Compiling vpaes-armv8.linux.aarch64.S
[224/602] Compiling vpaes-x86.linux.x86.S
[225/602] Compiling vpaes-armv8.ios.aarch64.S
[226/602] Compiling vpaes-armv7.linux.arm.S
[227/602] Compiling vpaes-armv7.ios.arm.S
[228/602] Compiling sha512-x86_64.mac.x86_64.S
[229/602] Compiling sha512-x86_64.linux.x86_64.S
[230/602] Compiling kdf.c
[231/602] Compiling hrss.c
[232/602] Compiling sha512-armv4.linux.arm.S
[233/602] Compiling sha512-armv8.ios.aarch64.S
[234/602] Compiling sha512-armv4.ios.arm.S
[235/602] Compiling sha512-armv8.linux.aarch64.S
[236/602] Compiling sha512-586.linux.x86.S
[237/602] Compiling sha256-x86_64.linux.x86_64.S
[238/602] Compiling sha256-x86_64.mac.x86_64.S
[239/602] Compiling sha512-586.windows.x86.S
[240/602] Compiling sha256-armv8.ios.aarch64.S
[241/602] Compiling sha256-armv4.ios.arm.S
[242/602] Compiling sha256-armv4.linux.arm.S
[243/602] Compiling sha256-armv8.linux.aarch64.S
[244/602] Compiling sha256-586.windows.x86.S
[245/602] Compiling sha1-x86_64.linux.x86_64.S
[246/602] Compiling sha1-x86_64.mac.x86_64.S
[247/602] Compiling sha256-586.linux.x86.S
[248/602] Compiling sha1-armv8.linux.aarch64.S
[249/602] Compiling sha1-armv8.ios.aarch64.S
[250/602] Compiling sha1-armv4-large.linux.arm.S
[251/602] Compiling sha1-armv4-large.ios.arm.S
[252/602] Compiling sha1-586.windows.x86.S
[253/602] Compiling sha1-586.linux.x86.S
[254/602] Compiling sha1-altivec.c
[255/602] Compiling rsaz-avx2.mac.x86_64.S
[257/602] Compiling OpenCombine Publishers.Count.swift
[258/602] Compiling OpenCombine Publishers.Debounce.swift
[259/602] Compiling OpenCombine Publishers.Delay.swift
[260/602] Compiling OpenCombine Publishers.Drop.swift
[261/602] Compiling OpenCombine Publishers.DropUntilOutput.swift
[262/602] Compiling OpenCombine Publishers.DropWhile.swift
[263/602] Compiling OpenCombine Publishers.Filter.swift
[264/602] Compiling OpenCombine Publishers.First.swift
[265/602] Compiling OpenCombine Publishers.FlatMap.swift
[266/602] Compiling OpenCombine Publishers.HandleEvents.swift
[267/602] Compiling OpenCombine Publishers.IgnoreOutput.swift
[268/602] Compiling OpenCombine Publishers.Last.swift
[269/602] Compiling OpenCombine Publishers.MakeConnectable.swift
[269/614] Compiling sha256.c
[270/614] Compiling sha1.c
[271/614] Compiling sha512.c
[273/614] Compiling OpenCombine Utils.swift
[274/614] Compiling OpenCombine Violations.swift
[275/614] Compiling OpenCombine ImmediateScheduler.swift
[276/614] Compiling OpenCombine ObservableObject.swift
[277/614] Compiling OpenCombine PassthroughSubject.swift
[278/614] Compiling OpenCombine Published.swift
[279/614] Compiling OpenCombine Publisher+Subscribe.swift
[280/614] Compiling OpenCombine Deferred.swift
[281/614] Compiling OpenCombine Empty.swift
[282/614] Compiling OpenCombine Fail.swift
[283/614] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[284/614] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[285/614] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[286/614] Compiling OpenCombine Just.swift
[287/614] Compiling OpenCombine Optional.Publisher.swift
[288/614] Compiling OpenCombine Publishers.AllSatisfy.swift
[289/614] Compiling OpenCombine Publishers.AssertNoFailure.swift
[290/614] Compiling OpenCombine Publishers.Autoconnect.swift
[291/614] Compiling OpenCombine Publishers.Breakpoint.swift
[292/614] Compiling OpenCombine Publishers.Buffer.swift
[293/614] Compiling OpenCombine Publishers.Collect.swift
[294/614] Compiling OpenCombine Publishers.CollectByCount.swift
[295/614] Compiling OpenCombine Publishers.CompactMap.swift
[296/614] Compiling OpenCombine Publishers.Comparison.swift
[297/614] Compiling OpenCombine Publishers.Concatenate.swift
[298/614] Compiling OpenCombine Publishers.Contains.swift
[299/614] Compiling OpenCombine ConduitBase.swift
[300/614] Compiling OpenCombine ConduitList.swift
[301/614] Compiling OpenCombine DebugHook.swift
[302/614] Compiling OpenCombine FilterProducer.swift
[303/614] Compiling OpenCombine Locking.swift
[304/614] Compiling OpenCombine PartialCompletion.swift
[305/614] Compiling OpenCombine PublishedSubject.swift
[306/614] Compiling OpenCombine PublishedSubscriber.swift
[307/614] Compiling OpenCombine ReduceProducer.swift
[308/614] Compiling OpenCombine SubjectSubscriber.swift
[309/614] Compiling OpenCombine SubscriberTap.swift
[310/614] Compiling OpenCombine SubscriptionStatus.swift
[311/614] Compiling OpenCombine SubscriptionTap.swift
[312/614] Compiling OpenCombine AnyCancellable.swift
[313/614] Compiling OpenCombine AnyPublisher.swift
[314/614] Compiling OpenCombine AnySubscriber.swift
[315/614] Compiling OpenCombine Cancellable.swift
[316/614] Compiling OpenCombine Codable.swift
[317/614] Compiling OpenCombine CombineIdentifier.swift
[318/614] Compiling OpenCombine ConcurrencyHelpers.swift
[319/614] Compiling OpenCombine Future+Concurrency.swift
[320/614] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[321/614] Compiling OpenCombine CurrentValueSubject.swift
[322/614] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[323/614] Compiling OpenCombine Future.swift
[324/614] Compiling OpenCombine GENERATED-RootProtocols.swift
[325/614] Emitting module OpenCombine
[325/614] Compiling rsaz-avx2.linux.x86_64.S
[326/614] Compiling self_check.c
[327/614] Compiling blinding.c
[328/614] Compiling rdrand-x86_64.mac.x86_64.S
[329/614] Compiling rsa_impl.c
[330/614] Compiling rsa.c
[331/614] Compiling rdrand-x86_64.linux.x86_64.S
[332/614] Compiling padding.c
[333/614] Compiling rand.c
[334/614] Compiling urandom.c
[335/614] Compiling fork_detect.c
[336/614] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[337/614] Compiling p256-x86_64-asm.mac.x86_64.S
[338/614] Compiling ctrdrbg.c
[339/614] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[340/614] Compiling p256-x86_64-asm.linux.x86_64.S
[342/614] Compiling OpenCombine Publishers.Map.swift
[343/614] Compiling OpenCombine Publishers.MapError.swift
[344/614] Compiling OpenCombine Publishers.MeasureInterval.swift
[345/614] Compiling OpenCombine Publishers.Multicast.swift
[346/614] Compiling OpenCombine Publishers.Output.swift
[347/614] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[348/614] Compiling OpenCombine Publishers.PrefixWhile.swift
[349/614] Compiling OpenCombine Publishers.Print.swift
[350/614] Compiling OpenCombine Publishers.ReceiveOn.swift
[351/614] Compiling OpenCombine Publishers.Reduce.swift
[352/614] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[353/614] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[354/614] Compiling OpenCombine Publishers.ReplaceError.swift
[355/614] Compiling OpenCombine Publishers.Retry.swift
[356/614] Compiling OpenCombine Publishers.Scan.swift
[357/614] Compiling OpenCombine Publishers.Sequence.swift
[358/614] Compiling OpenCombine Publishers.SetFailureType.swift
[359/614] Compiling OpenCombine Publishers.Share.swift
[360/614] Compiling OpenCombine Publishers.SubscribeOn.swift
[361/614] Compiling OpenCombine Publishers.SwitchToLatest.swift
[362/614] Compiling OpenCombine Publishers.Throttle.swift
[363/614] Compiling OpenCombine Publishers.Timeout.swift
[364/614] Compiling OpenCombine Publishers.Zip.swift
[365/614] Compiling OpenCombine Publishers.swift
[366/614] Compiling OpenCombine Record.swift
[367/614] Compiling OpenCombine Result.Publisher.swift
[367/614] Compiling ofb.c
[368/614] Compiling polyval.c
[369/614] Compiling gcm_nohw.c
[370/614] Compiling ctr.c
[371/614] Compiling gcm.c
[372/614] Compiling md5-x86_64.mac.x86_64.S
[373/614] Compiling cbc.c
[374/614] Compiling md5-x86_64.linux.x86_64.S
[375/614] Compiling cfb.c
[376/614] Compiling md5.c
[377/614] Compiling md5-586.windows.x86.S
[378/614] Compiling md5-586.linux.x86.S
[379/614] Compiling is_fips.c
[380/614] Compiling ghashv8-armx64.ios.aarch64.S
[381/614] Compiling ghashv8-armx64.linux.aarch64.S
[381/614] Compiling md4.c
[383/614] Compiling hmac.c
[384/614] Compiling ghashv8-armx32.ios.arm.S
[385/614] Compiling ghashv8-armx32.linux.arm.S
[386/614] Compiling ghash-x86_64.mac.x86_64.S
[387/614] Compiling ghash-x86.windows.x86.S
[388/614] Compiling ghash-x86_64.linux.x86_64.S
[389/614] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[390/614] Compiling ghash-x86.linux.x86.S
[391/614] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[392/614] Compiling ghash-ssse3-x86.windows.x86.S
[393/614] Compiling ghash-ssse3-x86.linux.x86.S
[394/614] Compiling ghash-neon-armv8.linux.aarch64.S
[395/614] Compiling ghash-neon-armv8.ios.aarch64.S
[396/614] Compiling fips_shared_support.c
[397/614] Compiling ghash-armv4.linux.arm.S
[398/614] Compiling ghash-armv4.ios.arm.S
[399/614] Compiling ecdh.c
[400/614] Compiling ecdsa.c
[401/614] Compiling util.c
[402/614] Compiling wnaf.c
[403/614] Compiling simple_mul.c
[404/614] Compiling simple.c
[405/614] Compiling p256-x86_64.c
[406/614] Compiling scalar.c
[407/614] Compiling p224-64.c
[408/614] Compiling p256.c
[409/614] Compiling felem.c
[410/614] Compiling oct.c
[411/614] Compiling ec_montgomery.c
[413/614] Compiling OpenCombine Result.swift
[414/614] Compiling OpenCombine Scheduler.swift
[415/614] Compiling OpenCombine Subject+Void.swift
[416/614] Compiling OpenCombine Subscriber+Void.swift
[417/614] Compiling OpenCombine Subscribers.Assign.swift
[418/614] Compiling OpenCombine Subscribers.Completion.swift
[419/614] Compiling OpenCombine Subscribers.Demand.swift
[420/614] Compiling OpenCombine Subscribers.Sink.swift
[421/614] Compiling OpenCombine Subscribers.swift
[422/614] Compiling OpenCombine Subscription.swift
[423/614] Compiling OpenCombine Subscriptions.swift
[424/614] Compiling OpenCombine _Introspection.swift
[424/615] Compiling ec_key.c
[425/615] Compiling digests.c
[426/615] Compiling dh.c
[427/615] Compiling digest.c
[428/615] Compiling check.c
[429/615] Compiling ec.c
[430/615] Compiling co-586.windows.x86.S
[432/615] Compiling des.c
[433/615] Compiling co-586.linux.x86.S
[434/615] Compiling e_des.c
[435/615] Compiling bsaes-armv7.linux.arm.S
[436/615] Compiling bsaes-armv7.ios.arm.S
[437/615] Compiling e_aes.c
[438/615] Compiling sqrt.c
[439/615] Compiling aead.c
[440/615] Compiling cipher.c
[441/615] Compiling rsaz_exp.c
[442/615] Compiling shift.c
[443/615] Compiling random.c
[444/617] Compiling prime.c
[445/617] Compiling montgomery_inv.c
[446/617] Compiling montgomery.c
[447/617] Compiling jacobi.c
[448/617] Compiling mul.c
[449/628] Compiling gcd_extra.c
[450/628] Compiling gcd.c
[452/628] Compiling Logging Locks.swift
[453/628] Compiling Logging MetadataProvider.swift
[453/628] Compiling exponentiation.c
[454/628] Compiling div_extra.c
[455/628] Compiling generic.c
[457/628] Compiling Logging LogHandler.swift
[458/628] Compiling Logging Logging.swift
[459/628] Emitting module Logging
[459/629] Compiling div.c
[460/629] Compiling ctx.c
[461/629] Compiling bytes.c
[463/629] Compiling x86_64-gcc.c
[464/629] Compiling cmp.c
[465/629] Compiling bn.c
[466/629] Compiling bn-586.windows.x86.S
[467/629] Compiling add.c
[468/629] Compiling bn-586.linux.x86.S
[469/629] Compiling armv8-mont.ios.aarch64.S
[470/629] Compiling armv8-mont.linux.aarch64.S
[471/629] Compiling armv4-mont.linux.arm.S
[472/629] Compiling armv4-mont.ios.arm.S
[473/629] Compiling aesv8-armx32.linux.arm.S
[474/629] Compiling aesv8-armx64.ios.aarch64.S
[475/629] Compiling aesv8-armx64.linux.aarch64.S
[476/629] Compiling aesv8-armx32.ios.arm.S
[477/629] Compiling aesni-x86_64.mac.x86_64.S
[478/629] Compiling aesni-x86.windows.x86.S
[479/629] Compiling aesni-x86_64.linux.x86_64.S
[480/629] Compiling aesni-x86.linux.x86.S
[481/629] Compiling aesni-gcm-x86_64.mac.x86_64.S
[482/629] Compiling key_wrap.c
[483/629] Compiling aesni-gcm-x86_64.linux.x86_64.S
[484/629] Compiling mode_wrappers.c
[485/629] Compiling ex_data.c
[486/629] Compiling sign.c
[487/629] Compiling aes_nohw.c
[488/629] Compiling scrypt.c
[489/629] Compiling aes.c
[490/629] Compiling pbkdf.c
[491/629] Compiling p_x25519.c
[492/629] Compiling p_rsa_asn1.c
[494/629] Compiling OpenCombineFoundation JSONEncoder.swift
[495/629] Compiling OpenCombineFoundation NotificationCenter.swift
[496/629] Compiling RegularExpressions RegexMatchStruct.swift
[496/629] Compiling p_x25519_asn1.c
[497/629] Compiling print.c
[499/629] Compiling RegularExpressions RegexGroup.swift
[499/629] Compiling p_ed25519_asn1.c
[501/629] Compiling OpenCombineFoundation Locking.swift
[502/629] Compiling OpenCombineFoundation Portability.swift
[503/629] Compiling OpenCombineFoundation Utils.swift
[504/629] Compiling OpenCombineFoundation Violations.swift
[505/629] Emitting module OpenCombineFoundation
[505/630] Compiling p_ec_asn1.c
[507/630] Compiling RegularExpressions RegexSubReplacer.swift
[508/630] Compiling RegularExpressions Regex.swift
[509/630] Compiling RegularExpressions RegexError.swift
[509/630] Compiling p_ed25519.c
[514/631] Compiling p_rsa.c
[515/631] Compiling p_ec.c
[518/631] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[519/631] Emitting module OpenCombineDispatch
[519/631] Compiling p_dsa_asn1.c
[520/632] Compiling evp.c
[521/632] Compiling err_data.c
[522/632] Compiling evp_ctx.c
[524/632] Compiling digestsign.c
[525/632] Compiling engine.c
[526/632] Compiling evp_asn1.c
[527/632] Compiling ecdh_extra.c
[528/632] Compiling err.c
[529/632] Compiling ec_derive.c
[530/632] Compiling dsa_asn1.c
[531/632] Compiling ecdsa_asn1.c
[532/632] Compiling ec_asn1.c
[533/632] Compiling hash_to_curve.c
[534/632] Compiling dsa.c
[536/632] Compiling OpenCombineFoundation Timer+Publisher.swift
[537/632] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[537/632] Compiling dh_asn1.c
[538/632] Compiling x25519-asm-arm.S
[539/632] Compiling spake25519.c
[540/632] Compiling params.c
[542/632] Compiling OpenCombineFoundation PropertyListEncoder.swift
[542/632] Compiling digest_extra.c
[543/632] Compiling cpu-intel.c
[544/632] Compiling cpu-ppc64le.c
[545/632] Compiling crypto.c
[546/632] Compiling curve25519.c
[547/632] Compiling cpu-arm.c
[548/632] Compiling cpu-aarch64-win.c
[549/632] Compiling cpu-arm-linux.c
[553/632] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[553/632] Compiling cpu-aarch64-fuchsia.c
[554/632] Compiling tls_cbc.c
[556/632] Compiling OpenCombineFoundation URLSession.swift
[556/633] Compiling e_rc4.c
[557/633] Compiling e_tls.c
[557/633] Compiling cpu-aarch64-linux.c
[557/633] Compiling e_null.c
[561/633] Compiling conf.c
[562/633] Compiling cmac.c
[563/633] Compiling derive_key.c
[564/633] Compiling e_aesctrhmac.c
[565/633] Compiling e_aesgcmsiv.c
[566/633] Compiling e_chacha20poly1305.c
[567/633] Compiling e_rc2.c
[568/633] Compiling cipher_extra.c
[569/633] Compiling e_aesccm.c
[570/633] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[571/633] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[572/633] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[573/633] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[574/633] Compiling chacha-armv8.ios.aarch64.S
[575/633] Compiling chacha-x86.windows.x86.S
[576/633] Compiling chacha-x86_64.linux.x86_64.S
[577/633] Compiling chacha-x86_64.mac.x86_64.S
[578/633] Compiling chacha-x86.linux.x86.S
[579/633] Compiling chacha.c
[580/633] Compiling chacha-armv4.linux.arm.S
[581/633] Compiling chacha-armv8.linux.aarch64.S
[582/633] Compiling buf.c
[583/633] Compiling chacha-armv4.ios.arm.S
[584/633] Compiling unicode.c
[585/633] Compiling ber.c
[585/633] Compiling asn1_compat.c
[587/633] Compiling cbs.c
[588/633] Compiling blake2.c
[589/633] Compiling bn_asn1.c
[590/633] Compiling cbb.c
[591/633] Compiling convert.c
[592/633] Compiling socket_helper.c
[593/633] Compiling printf.c
[594/633] Compiling socket.c
[595/633] Compiling fd.c
[596/633] Compiling hexdump.c
[596/633] Compiling pair.c
[598/633] Compiling file.c
[599/633] Compiling connect.c
[600/633] Compiling bio_mem.c
[601/633] Compiling base64.c
[602/633] Compiling bio.c
[603/633] Compiling time_support.c
[604/633] Compiling tasn_utl.c
[605/633] Compiling tasn_new.c
[606/633] Compiling tasn_enc.c
[607/633] Compiling tasn_typ.c
[608/633] Compiling tasn_fre.c
[609/633] Compiling f_enum.c
[610/633] Compiling f_string.c
[611/633] Compiling a_utf8.c
[612/633] Compiling f_int.c
[613/633] Compiling asn1_par.c
[614/633] Compiling asn_pack.c
[615/633] Compiling asn1_lib.c
[616/633] Compiling tasn_dec.c
[617/633] Compiling a_utctm.c
[618/633] Compiling a_time.c
[619/633] Compiling a_print.c
[620/633] Compiling a_type.c
[621/633] Compiling a_octet.c
[622/633] Compiling a_mbstr.c
[623/633] Compiling a_i2d_fp.c
[624/633] Compiling a_int.c
[625/633] Compiling a_strnid.c
[626/633] Compiling a_object.c
[627/633] Compiling a_gentm.c
[628/633] Compiling a_enum.c
[629/633] Compiling a_dup.c
[630/633] Compiling a_bool.c
[631/633] Compiling a_d2i_fp.c
[632/633] Compiling a_bitstr.c
[634/687] Compiling Crypto SymmetricKeys.swift
[635/687] Compiling Crypto HMAC.swift
[636/687] Compiling Crypto MACFunctions.swift
[637/687] Compiling Crypto MessageAuthenticationCode.swift
[638/687] Compiling Crypto AES.swift
[639/687] Compiling Crypto ECDSASignature_boring.swift
[640/687] Compiling Crypto ECDSA_boring.swift
[641/694] Compiling Crypto SEC1PrivateKey.swift
[642/694] Compiling Crypto SubjectPublicKeyInfo.swift
[643/694] Compiling Crypto CryptoKitErrors.swift
[644/694] Compiling Crypto Digest_boring.swift
[645/694] Compiling Crypto Digest.swift
[646/694] Compiling Crypto Digests.swift
[647/694] Compiling Crypto HashFunctions.swift
[648/694] Compiling Crypto HashFunctions_SHA2.swift
[649/694] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[650/694] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[651/694] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[652/694] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[653/694] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[654/694] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[655/694] Compiling Crypto Ed25519_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[656/694] Compiling Crypto EllipticCurvePoint_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[657/694] Compiling Crypto EllipticCurve_boring.swift
[658/694] Compiling Crypto NISTCurvesKeys_boring.swift
[659/694] Compiling Crypto X25519Keys_boring.swift
[660/694] Compiling Crypto Curve25519.swift
[661/694] Compiling Crypto Ed25519.swift
[662/694] Compiling Crypto NISTCurvesKeys.swift
[663/694] Compiling Crypto X25519Keys.swift
[664/694] Emitting module Crypto
[665/694] Compiling Crypto ASN1Identifier.swift
[666/694] Compiling Crypto ASN1Integer.swift
[667/694] Compiling Crypto ASN1OctetString.swift
[668/694] Compiling Crypto ArraySliceBigint.swift
[669/694] Compiling Crypto ObjectIdentifier.swift
[670/694] Compiling Crypto ECDSASignature.swift
[671/694] Compiling Crypto PEMDocument.swift
[672/694] Compiling Crypto PKCS8PrivateKey.swift
[673/694] Compiling Crypto EdDSA_boring.swift
[674/694] Compiling Crypto ECDSA.swift
[675/694] Compiling Crypto EdDSA.swift
[676/694] Compiling Crypto Signature.swift
[677/694] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[678/694] Compiling Crypto CryptoKitErrors_boring.swift
[679/694] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[680/694] Compiling Crypto AES-GCM.swift
[681/694] Compiling Crypto AES-GCM_boring.swift
[682/694] Compiling Crypto ChaChaPoly_boring.swift
[683/694] Compiling Crypto ChaChaPoly.swift
[684/694] Compiling Crypto Cipher.swift
[685/694] Compiling Crypto Nonces.swift
[686/694] Compiling Crypto ASN1.swift
[687/694] Compiling Crypto ASN1BitString.swift
[688/694] Compiling Crypto RNG_boring.swift
[689/694] Compiling Crypto SafeCompare_boring.swift
[690/694] Compiling Crypto Zeroization_boring.swift
[691/694] Compiling Crypto PrettyBytes.swift
[692/694] Compiling Crypto SafeCompare.swift
[693/694] Compiling Crypto SecureBytes.swift
[694/694] Compiling Crypto Zeroization.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/74] Emitting module Logging
[5/157] Compiling Logging MetadataProvider.swift
[6/165] Compiling Logging Locks.swift
[7/165] Compiling RegularExpressions RegexError.swift
[8/165] Compiling RegularExpressions RegexGroup.swift
[9/165] Compiling RegularExpressions RegexSubReplacer.swift
[10/165] Compiling RegularExpressions Regex.swift
[11/166] Compiling OpenCombine AnySubscriber.swift
[12/166] Compiling OpenCombine Cancellable.swift
[13/166] Compiling OpenCombine AnyCancellable.swift
[14/166] Compiling OpenCombine AnyPublisher.swift
[15/166] Emitting module RegularExpressions
[16/166] Compiling OpenCombine Codable.swift
[17/166] Compiling OpenCombine CombineIdentifier.swift
[18/166] Compiling RegularExpressions RegexMatchStruct.swift
[20/167] Compiling OpenCombine Published.swift
[21/167] Compiling OpenCombine Publisher+Subscribe.swift
[22/167] Compiling OpenCombine Deferred.swift
[23/167] Compiling OpenCombine Empty.swift
[24/167] Compiling OpenCombine Fail.swift
[25/167] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[26/167] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[27/174] Compiling OpenCombine FilterProducer.swift
[28/174] Compiling OpenCombine Locking.swift
[29/174] Compiling OpenCombine PartialCompletion.swift
[30/174] Compiling OpenCombine PublishedSubject.swift
[31/174] Compiling OpenCombine PublishedSubscriber.swift
[32/174] Compiling OpenCombine ReduceProducer.swift
[33/174] Compiling OpenCombine SubjectSubscriber.swift
[34/174] Compiling OpenCombine SubscriberTap.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[35/174] Compiling OpenCombine SubscriptionStatus.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[36/174] Compiling OpenCombine SubscriptionTap.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[37/174] Compiling OpenCombine Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[38/174] Compiling OpenCombine Violations.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[39/174] Compiling OpenCombine ImmediateScheduler.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[40/174] Compiling OpenCombine ObservableObject.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[41/174] Compiling OpenCombine PassthroughSubject.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[42/174] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[43/174] Compiling OpenCombine Just.swift
[44/174] Compiling OpenCombine Optional.Publisher.swift
[45/174] Compiling OpenCombine Publishers.AllSatisfy.swift
[46/174] Compiling OpenCombine Publishers.AssertNoFailure.swift
[47/174] Compiling OpenCombine Publishers.Autoconnect.swift
[48/174] Compiling OpenCombine Publishers.Breakpoint.swift
[49/174] Compiling OpenCombine Publishers.Buffer.swift
[50/174] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[51/174] Compiling OpenCombine CurrentValueSubject.swift
[52/174] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[53/174] Compiling OpenCombine Future.swift
[54/174] Compiling OpenCombine GENERATED-RootProtocols.swift
[55/174] Compiling OpenCombine ConduitBase.swift
[56/174] Compiling OpenCombine ConduitList.swift
[57/174] Compiling OpenCombine DebugHook.swift
[64/174] Compiling OpenCombine ConcurrencyHelpers.swift
[65/174] Compiling OpenCombine Future+Concurrency.swift
[66/174] Compiling Logging Logging.swift
[67/174] Compiling Logging LogHandler.swift
[68/175] Compiling OpenCombine Publishers.Collect.swift
[69/175] Compiling OpenCombine Publishers.CollectByCount.swift
[70/175] Compiling OpenCombine Publishers.CompactMap.swift
[71/175] Compiling OpenCombine Publishers.Comparison.swift
[72/175] Compiling OpenCombine Publishers.Concatenate.swift
[73/175] Compiling OpenCombine Publishers.Contains.swift
[74/175] Compiling OpenCombine Publishers.Count.swift
[76/175] Emitting module Crypto
[77/175] Emitting module OpenCombine
[78/187] Compiling Crypto RNG_boring.swift
[79/187] Compiling Crypto SafeCompare_boring.swift
[80/187] Compiling Crypto Zeroization_boring.swift
[81/187] Compiling Crypto PrettyBytes.swift
[82/187] Compiling Crypto SafeCompare.swift
[83/187] Compiling Crypto SecureBytes.swift
[84/187] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android