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 master (391af4), with Swift 6.1 for Android on 31 May 2025 01:21:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-2":/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/apple/swift-log.git
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/Peter-Schorn/RegularExpressions.git
[1/2049] Fetching swift-docc-plugin
[227/5885] Fetching swift-docc-plugin, swift-log
[458/6618] Fetching swift-docc-plugin, swift-log, regularexpressions
[5841/20554] Fetching swift-docc-plugin, swift-log, regularexpressions, swift-crypto
[7316/28834] Fetching swift-docc-plugin, swift-log, regularexpressions, swift-crypto, opencombine
Fetched https://github.com/Peter-Schorn/RegularExpressions.git from cache (0.46s)
[7772/28101] Fetching swift-docc-plugin, swift-log, swift-crypto, opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.89s)
[10206/19821] Fetching swift-docc-plugin, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (2.73s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.73s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.75s)
Computing version for https://github.com/Peter-Schorn/RegularExpressions.git
Computed https://github.com/Peter-Schorn/RegularExpressions.git at 2.2.0 (3.63s)
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 (0.48s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.58s)
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.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
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
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/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/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/493] Write sources
[2/493] Copying categories - SpotifyCategory.json
[2/493] Copying Time - Track.json
[2/493] Copying This is Jimi Hendrix - PagingObject<PlaylistItemContainer<Track>>.json
[2/493] Copying This Is Sonic Youth - Playlist<PlaylistItemsReference>.json
[2/493] Copying This Is Radiohead - Playlist<PlaylistItemsReference>.json
[2/493] Copying This is Mac DeMarco - PagingObject<PlaylistItemContainer<Track>>.json
[2/493] Copying This Is Spoon - PagingObject<PlaylistItemContainer<Track>>.json
[2/493] Copying This Is MF DOOM - Playlist<PlaylistItemsReference>.json
[2/493] Copying The End - Track.json
[2/493] Copying This Is King Gizzard & The Lizard Wizard - Playlist<PlaylistItemsReference>.json
[2/493] Copying The Beatles - Artist.json
[2/493] Copying Steve Jobs Chapter 1 - AudiobookChapter.json
[2/493] Copying Skiptracing - Album.json
[2/493] Copying Skinshape - Artist.json
[2/493] Copying Sean Carroll 112 - Episode.json
[2/493] Copying Search for 'Crumb' - SearchResult.json
[2/493] Write sources
[2/493] Copying Sean Carroll 111 - Episode.json
[2/493] Copying Sam Harris 214 - Episode.json
[2/493] Copying Sam Harris 215 - Episode.json
[2/493] Copying Sean Carroll - Show.json
[2/493] Copying Sam Harris 213 - Episode.json
[2/493] Copying Rock Classics - Playlist<PlaylistItemsReference>.json
[2/493] Copying Sam Harris - Show.json
[2/493] Copying Reckoner - Track.json
[2/493] Copying Radiohead - Artist.json
[2/493] Copying Queue - SpotifyQueue.json
[2/493] Copying Recently Played - CursorPagingObject<PlayHistory>.json
[2/493] Copying Pink Floyd - Artist.json
[2/493] Copying Ode To Viceroy - Track.json
[2/493] Copying Modern Psychedelia - Playlist<PlaylistItemsReference>.json
[2/493] Copying Men I Trust - Playlist<PlaylistItemsReference>.json
[2/493] Copying Meddle - Album.json
[2/493] Copying Lucy in the sky with diamonds - Playlist<PlaylistItemsReference>.json
[2/493] Copying Local Songs - Playlist<PagingObject<PlaylistItemContainer<PlaylistItem>>>.json
[2/493] Copying Levitation Room - Artist.json
[2/493] Copying Killshot - PlaylistItem.json
[2/493] Copying Joe Rogan - Show.json
[2/493] Copying Jinx - PagingObject<Track>.json
[2/493] Copying Jinx - Album.json
[2/493] Copying In Rainbows - Album.json
[2/493] Copying Ill Wind - Track.json
[2/493] Copying Harry Potter and the Sorcerer's Stone - Audiobook.json
[2/493] Copying Hans Zimmer & Radiohead - Ocean Bloom (full song HQ) - PlaylistItem.json
[2/493] Copying Free Will Chapter 1 - AudiobookChapter.json
[2/493] Copying Free Will - Audiobook.json
[2/493] Copying Featured Playlists - FeaturedPlaylists.json
[2/493] Copying Fearless - AudioFeatures.json
[2/493] Copying Faces - Track.json
[2/493] Copying Enlightenment Now Chapter 3 - AudiobookChapter.json
[2/493] Copying Enlightenment Now - Audiobook.json
[2/493] Copying Echoes - Acoustic Version - PlaylistItem.json
[2/493] Copying Dark Side Of The Moon - Album.json
[2/493] Copying Current User Profile - SpotifyUser.json
[2/493] Copying Current Playback - CurrentlyPlayingContext.json
[2/493] Copying Current User Saved Albums - PagingObject<SavedItem<Album>>.json
[2/493] Copying Crumb - Artist.json
[2/493] Copying Crumb - Playlist<PagingObject<PlaylistItemContainer<PlaylistItem>>>.json
[2/493] Copying Come Together - Track.json
[2/493] Copying Category Playlists - PagingObject<Playlist<PlaylistItemsReference>>.json
[2/493] Copying Because - Track.json
[2/493] Copying Blues Classics - PagingObject<PlaylistItemContainer<Track>>.json
[2/493] Copying This is Stevie Ray Vaughan - PagingObject<PlaylistItemContainer<PlaylistItem>>.json
[2/493] Copying Abbey Road - Album.json
[2/493] Copying Any Colour You Like - AudioAnalysis.json
[2/493] Copying #217 — The New Religion of Anti-Racism - PlaylistItem.json
[2/493] Copying Annabelle Large.jpeg
[2/493] Copying #216 — September 3, 2020 - PlaylistItem.json
[2/493] Copying #1537 - Lex Fridman - PlaylistItem.json
[2/493] Copying #1536 - Edward Snowden - PlaylistItem.json
[2/493] Copying spotify_api_authorizer.py
[2/493] Copying requirements.txt
[2/493] Write sources
[2/493] Copying This is Skinshape - Playlist<PlaylistItemsReference>.json
[2/493] Write sources
[83/493] Copying This Is Mild High Club - Playlist<PlaylistItemsReference>.json
[83/493] Copying Annabelle Compressed.jpeg
[85/493] Copying This is Pink Floyd - PagingObject<PlaylistItemContainer<Track>>.json
[86/493] Compiling v3_purp.c
[87/493] Compiling v3_pmaps.c
[88/493] Compiling CCryptoBoringSSLShims shims.c
[89/493] Compiling v3_skey.c
[90/493] Compiling v3_pcia.c
[91/493] Compiling v3_prn.c
[92/493] Compiling v3_pci.c
[93/493] Compiling v3_utl.c
[94/493] Compiling v3_ocsp.c
[95/493] Compiling v3_pcons.c
[96/493] Compiling v3_int.c
[97/493] Compiling v3_info.c
[98/493] Compiling v3_ia5.c
[99/493] Compiling v3_ncons.c
[100/493] Compiling v3_lib.c
[101/493] Compiling v3_genn.c
[102/493] Compiling v3_extku.c
[103/493] Compiling v3_enum.c
[104/493] Compiling v3_bitst.c
[105/493] Compiling v3_alt.c
[106/493] Compiling v3_cpols.c
[107/493] Compiling v3_crld.c
[108/493] Compiling v3_bcons.c
[109/493] Compiling v3_conf.c
[110/493] Compiling v3_akey.c
[111/493] Compiling v3_akeya.c
[112/493] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[112/493] Write swift-version-24593BA9C3E375BF.txt
[114/493] Compiling pcy_lib.c
[115/493] Compiling pcy_tree.c
[116/493] Compiling pcy_map.c
[117/493] Compiling pcy_node.c
[118/493] Compiling x_val.c
[119/493] Compiling pcy_data.c
[120/493] Compiling x_x509a.c
[121/493] Compiling pcy_cache.c
[122/504] Compiling x_spki.c
[123/509] Compiling x_x509.c
[124/509] Compiling x_sig.c
[125/546] Compiling x_req.c
[126/599] Compiling x_name.c
[127/601] Compiling x_exten.c
[128/601] Compiling x_pubkey.c
[129/601] Compiling x_pkey.c
[130/601] Compiling x_info.c
[131/601] Compiling x_crl.c
[132/601] Compiling x_attrib.c
[133/601] Compiling x509spki.c
[134/601] Compiling x_algor.c
[135/601] Compiling x_all.c
[136/601] Compiling x509rset.c
[137/601] Compiling x509name.c
[138/601] Compiling x509_vpm.c
[139/601] Compiling x509cset.c
[140/601] Compiling x509_vfy.c
[141/601] Compiling x509_v3.c
[142/601] Compiling x509_txt.c
[143/601] Compiling x509_trs.c
[144/601] Compiling x509_set.c
[145/601] Compiling x509_req.c
[146/601] Compiling x509_def.c
[147/601] Compiling x509_obj.c
[148/601] Compiling x509_ext.c
[149/601] Compiling x509_lu.c
[150/601] Compiling x509.c
[151/601] Compiling x509_d2.c
[152/601] Compiling x509_att.c
[153/601] Compiling x509_cmp.c
[154/601] Compiling t_x509a.c
[155/601] Compiling t_x509.c
[156/601] Compiling t_req.c
[157/601] Compiling t_crl.c
[158/601] Compiling i2d_pr.c
[159/601] Compiling rsa_pss.c
[160/601] Compiling by_dir.c
[161/601] Compiling by_file.c
[162/601] Compiling algorithm.c
[163/601] Compiling a_verify.c
[164/601] Compiling a_sign.c
[165/601] Compiling asn1_gen.c
[166/601] Compiling voprf.c
[167/601] Compiling a_strex.c
[168/601] Compiling a_digest.c
[169/601] Compiling thread_win.c
[170/601] Compiling thread_pthread.c
[171/601] Compiling thread_none.c
[172/601] Compiling thread.c
[173/601] Compiling siphash.c
[174/601] Compiling rsa_print.c
[175/601] Compiling stack.c
[176/601] Compiling refcount_lock.c
[177/601] Compiling trust_token.c
[178/601] Compiling refcount_c11.c
[179/601] Compiling rc4.c
[180/601] Compiling rsa_asn1.c
[181/601] Compiling pmbtoken.c
[182/601] Compiling windows.c
[183/601] Compiling rand_extra.c
[184/601] Compiling deterministic.c
[185/601] Compiling fuchsia.c
[186/601] Compiling passive.c
[187/601] Compiling forkunsafe.c
[188/601] Compiling poly1305_vec.c
[189/601] Compiling poly1305_arm.c
[190/601] Compiling pool.c
[191/601] Compiling poly1305_arm_asm.S
[192/601] Compiling poly1305.c
[193/601] Compiling pkcs7.c
[194/601] Compiling pem_xaux.c
[195/601] Compiling pkcs8.c
[196/601] Compiling p5_pbev2.c
[197/601] Compiling pkcs7_x509.c
[198/601] Compiling pem_x509.c
[198/601] Compiling pkcs8_x509.c
[200/601] Compiling pem_pk8.c
[201/601] Compiling pem_pkey.c
[203/601] Emitting module RegularExpressions
[203/602] Compiling pem_oth.c
[204/602] Compiling pem_info.c
[205/602] Compiling mem.c
[206/602] Compiling pem_all.c
[207/602] Compiling pem_lib.c
[208/602] Compiling obj_xref.c
[209/602] Compiling obj.c
[211/602] Compiling Logging LogHandler.swift
[211/602] Compiling poly_rq_mul.S
[212/602] Compiling hkdf.c
[213/602] Compiling lhash.c
[214/602] Compiling hpke.c
[215/602] Compiling x86_64-mont5.mac.x86_64.S
[216/602] Compiling x86_64-mont5.linux.x86_64.S
[218/602] Compiling OpenCombine ConduitBase.swift
[219/602] Compiling OpenCombine ConduitList.swift
[220/602] Compiling OpenCombine DebugHook.swift
[221/602] Compiling OpenCombine FilterProducer.swift
[222/602] Compiling OpenCombine Locking.swift
[223/602] Compiling OpenCombine PartialCompletion.swift
[224/602] Compiling OpenCombine PublishedSubject.swift
[225/602] Compiling OpenCombine PublishedSubscriber.swift
[226/602] Compiling OpenCombine ReduceProducer.swift
[227/602] Compiling OpenCombine SubjectSubscriber.swift
[228/602] Compiling OpenCombine SubscriberTap.swift
[229/602] Compiling OpenCombine SubscriptionStatus.swift
[230/602] Compiling OpenCombine SubscriptionTap.swift
[230/614] Compiling hrss.c
[232/614] Compiling OpenCombine Utils.swift
[233/614] Compiling OpenCombine Violations.swift
[234/614] Compiling OpenCombine ImmediateScheduler.swift
[235/614] Compiling OpenCombine ObservableObject.swift
[236/614] Compiling OpenCombine PassthroughSubject.swift
[237/614] Compiling OpenCombine Published.swift
[238/614] Compiling OpenCombine Publisher+Subscribe.swift
[239/614] Compiling OpenCombine Deferred.swift
[240/614] Compiling OpenCombine Empty.swift
[241/614] Compiling OpenCombine Fail.swift
[242/614] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[243/614] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[244/614] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[244/614] Compiling x86-mont.windows.x86.S
[246/614] Compiling OpenCombine AnyCancellable.swift
[247/614] Compiling OpenCombine AnyPublisher.swift
[248/614] Compiling OpenCombine AnySubscriber.swift
[249/614] Compiling OpenCombine Cancellable.swift
[250/614] Compiling OpenCombine Codable.swift
[251/614] Compiling OpenCombine CombineIdentifier.swift
[252/614] Compiling OpenCombine ConcurrencyHelpers.swift
[253/614] Compiling OpenCombine Future+Concurrency.swift
[254/614] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[255/614] Compiling OpenCombine CurrentValueSubject.swift
[256/614] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[257/614] Compiling OpenCombine Future.swift
[258/614] Compiling OpenCombine GENERATED-RootProtocols.swift
[258/614] Compiling x86_64-mont.linux.x86_64.S
[260/614] Emitting module OpenCombine
[260/614] Compiling x86_64-mont.mac.x86_64.S
[261/614] Compiling x86-mont.linux.x86.S
[263/614] Compiling OpenCombine Publishers.Count.swift
[264/614] Compiling OpenCombine Publishers.Debounce.swift
[265/614] Compiling OpenCombine Publishers.Delay.swift
[266/614] Compiling OpenCombine Publishers.Drop.swift
[267/614] Compiling OpenCombine Publishers.DropUntilOutput.swift
[268/614] Compiling OpenCombine Publishers.DropWhile.swift
[269/614] Compiling OpenCombine Publishers.Filter.swift
[270/614] Compiling OpenCombine Publishers.First.swift
[271/614] Compiling OpenCombine Publishers.FlatMap.swift
[272/614] Compiling OpenCombine Publishers.HandleEvents.swift
[273/614] Compiling OpenCombine Publishers.IgnoreOutput.swift
[274/614] Compiling OpenCombine Publishers.Last.swift
[275/614] Compiling OpenCombine Publishers.MakeConnectable.swift
[276/614] Compiling OpenCombine Just.swift
[277/614] Compiling OpenCombine Optional.Publisher.swift
[278/614] Compiling OpenCombine Publishers.AllSatisfy.swift
[279/614] Compiling OpenCombine Publishers.AssertNoFailure.swift
[280/614] Compiling OpenCombine Publishers.Autoconnect.swift
[281/614] Compiling OpenCombine Publishers.Breakpoint.swift
[282/614] Compiling OpenCombine Publishers.Buffer.swift
[283/614] Compiling OpenCombine Publishers.Collect.swift
[284/614] Compiling OpenCombine Publishers.CollectByCount.swift
[285/614] Compiling OpenCombine Publishers.CompactMap.swift
[286/614] Compiling OpenCombine Publishers.Comparison.swift
[287/614] Compiling OpenCombine Publishers.Concatenate.swift
[288/614] Compiling OpenCombine Publishers.Contains.swift
[289/614] Compiling OpenCombine Publishers.Retry.swift
[290/614] Compiling OpenCombine Publishers.Scan.swift
[291/614] Compiling OpenCombine Publishers.Sequence.swift
[292/614] Compiling OpenCombine Publishers.SetFailureType.swift
[293/614] Compiling OpenCombine Publishers.Share.swift
[294/614] Compiling OpenCombine Publishers.SubscribeOn.swift
[295/614] Compiling OpenCombine Publishers.SwitchToLatest.swift
[296/614] Compiling OpenCombine Publishers.Throttle.swift
[297/614] Compiling OpenCombine Publishers.Timeout.swift
[298/614] Compiling OpenCombine Publishers.Zip.swift
[299/614] Compiling OpenCombine Publishers.swift
[300/614] Compiling OpenCombine Record.swift
[301/614] Compiling OpenCombine Result.Publisher.swift
[302/614] Compiling OpenCombine Publishers.Map.swift
[303/614] Compiling OpenCombine Publishers.MapError.swift
[304/614] Compiling OpenCombine Publishers.MeasureInterval.swift
[305/614] Compiling OpenCombine Publishers.Multicast.swift
[306/614] Compiling OpenCombine Publishers.Output.swift
[307/614] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[308/614] Compiling OpenCombine Publishers.PrefixWhile.swift
[309/614] Compiling OpenCombine Publishers.Print.swift
[310/614] Compiling OpenCombine Publishers.ReceiveOn.swift
[311/614] Compiling OpenCombine Publishers.Reduce.swift
[312/614] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[313/614] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[314/614] Compiling OpenCombine Publishers.ReplaceError.swift
[314/614] Compiling vpaes-x86_64.mac.x86_64.S
[315/614] Compiling vpaes-x86_64.linux.x86_64.S
[316/614] Compiling vpaes-x86.linux.x86.S
[317/614] Compiling vpaes-x86.windows.x86.S
[318/614] Compiling vpaes-armv8.linux.aarch64.S
[319/614] Compiling vpaes-armv8.ios.aarch64.S
[319/614] Compiling vpaes-armv7.linux.arm.S
[321/614] Compiling vpaes-armv7.ios.arm.S
[322/614] Compiling kdf.c
[323/614] Compiling sha512-armv8.linux.aarch64.S
[324/614] Compiling sha512-x86_64.linux.x86_64.S
[325/614] Compiling sha512-x86_64.mac.x86_64.S
[326/614] Compiling sha512-armv4.ios.arm.S
[327/614] Compiling sha512-armv8.ios.aarch64.S
[328/614] Compiling sha512-armv4.linux.arm.S
[329/614] Compiling sha512-586.linux.x86.S
[330/614] Compiling sha512-586.windows.x86.S
[331/614] Compiling sha256-x86_64.mac.x86_64.S
[332/614] Compiling sha256-armv8.linux.aarch64.S
[333/614] Compiling sha256-armv8.ios.aarch64.S
[334/614] Compiling sha256-x86_64.linux.x86_64.S
[335/614] Compiling sha256-armv4.ios.arm.S
[336/614] Compiling sha256-armv4.linux.arm.S
[337/614] Compiling sha256-586.windows.x86.S
[338/614] Compiling sha256-586.linux.x86.S
[339/614] Compiling sha1-x86_64.mac.x86_64.S
[340/614] Compiling sha1-x86_64.linux.x86_64.S
[341/614] Compiling sha1-armv8.ios.aarch64.S
[342/614] Compiling sha1-armv4-large.linux.arm.S
[343/614] Compiling sha1-armv4-large.ios.arm.S
[343/614] Compiling sha1-armv8.linux.aarch64.S
[345/614] Compiling sha1-586.linux.x86.S
[346/614] Compiling sha1-586.windows.x86.S
[347/614] Compiling sha1-altivec.c
[348/614] Compiling sha1.c
[349/614] Compiling sha512.c
[350/614] Compiling sha256.c
[351/614] Compiling rsaz-avx2.mac.x86_64.S
[352/614] Compiling rsaz-avx2.linux.x86_64.S
[353/614] Compiling rsa_impl.c
[354/614] Compiling self_check.c
[355/614] Compiling rdrand-x86_64.mac.x86_64.S
[356/614] Compiling rdrand-x86_64.linux.x86_64.S
[357/614] Compiling rsa.c
[358/614] Compiling blinding.c
[359/614] Compiling rand.c
[360/614] Compiling padding.c
[361/614] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[362/614] Compiling fork_detect.c
[363/614] Compiling urandom.c
[364/614] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[365/614] Compiling p256-x86_64-asm.mac.x86_64.S
[366/614] Compiling p256-x86_64-asm.linux.x86_64.S
[367/614] Compiling ctrdrbg.c
[368/614] Compiling polyval.c
[369/614] Compiling ofb.c
[370/614] Compiling gcm_nohw.c
[371/614] Compiling ctr.c
[372/614] Compiling cbc.c
[373/614] Compiling gcm.c
[375/614] Compiling OpenCombine Result.swift
[376/614] Compiling OpenCombine Scheduler.swift
[377/614] Compiling OpenCombine Subject+Void.swift
[378/614] Compiling OpenCombine Subscriber+Void.swift
[379/614] Compiling OpenCombine Subscribers.Assign.swift
[380/614] Compiling OpenCombine Subscribers.Completion.swift
[381/614] Compiling OpenCombine Subscribers.Demand.swift
[382/614] Compiling OpenCombine Subscribers.Sink.swift
[383/614] Compiling OpenCombine Subscribers.swift
[384/614] Compiling OpenCombine Subscription.swift
[385/614] Compiling OpenCombine Subscriptions.swift
[386/614] Compiling OpenCombine _Introspection.swift
[386/615] Compiling cfb.c
[387/615] Compiling md5-x86_64.mac.x86_64.S
[388/615] Compiling md5.c
[389/615] Compiling md5-586.windows.x86.S
[390/615] Compiling md5-x86_64.linux.x86_64.S
[391/615] Compiling md5-586.linux.x86.S
[392/615] Compiling is_fips.c
[394/615] Compiling hmac.c
[395/615] Compiling md4.c
[396/615] Compiling ghashv8-armx64.ios.aarch64.S
[397/615] Compiling ghashv8-armx32.linux.arm.S
[398/615] Compiling ghashv8-armx64.linux.aarch64.S
[399/615] Compiling ghashv8-armx32.ios.arm.S
[400/615] Compiling ghash-x86_64.mac.x86_64.S
[401/615] Compiling ghash-x86_64.linux.x86_64.S
[402/615] Compiling ghash-x86.linux.x86.S
[403/615] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[404/615] Compiling ghash-x86.windows.x86.S
[405/615] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[406/615] Compiling ghash-ssse3-x86.windows.x86.S
[407/615] Compiling ghash-neon-armv8.linux.aarch64.S
[408/615] Compiling ghash-armv4.linux.arm.S
[409/615] Compiling ghash-ssse3-x86.linux.x86.S
[410/615] Compiling ghash-neon-armv8.ios.aarch64.S
[411/615] Compiling fips_shared_support.c
[412/625] Compiling ghash-armv4.ios.arm.S
[413/626] Compiling wnaf.c
[414/628] Compiling ecdsa.c
[415/628] Compiling ecdh.c
[415/628] Compiling util.c
[417/628] Compiling simple.c
[418/628] Compiling simple_mul.c
[420/628] Emitting module OpenCombineDispatch
[420/628] Compiling scalar.c
[421/628] Compiling p256.c
[422/628] Compiling p256-x86_64.c
[423/628] Compiling felem.c
[424/628] Compiling oct.c
[425/628] Compiling ec_key.c
[426/628] Compiling ec_montgomery.c
[427/628] Compiling p224-64.c
[428/628] Compiling digests.c
[429/628] Compiling ec.c
[430/628] Compiling des.c
[431/628] Compiling digest.c
[432/628] Compiling check.c
[434/628] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[434/629] Compiling co-586.linux.x86.S
[435/629] Compiling co-586.windows.x86.S
[436/629] Compiling dh.c
[438/629] Compiling Logging MetadataProvider.swift
[439/629] Emitting module Logging
[440/629] Compiling Logging Locks.swift
[441/629] Compiling OpenCombineFoundation Utils.swift
[442/629] Compiling OpenCombineFoundation Violations.swift
[443/629] Compiling Logging Logging.swift
[444/631] Compiling e_des.c
[445/631] Compiling aead.c
[446/631] Compiling bsaes-armv7.linux.arm.S
[447/631] Compiling e_aes.c
[448/631] Compiling bsaes-armv7.ios.arm.S
[449/631] Compiling rsaz_exp.c
[450/631] Compiling cipher.c
[451/631] Compiling shift.c
[453/631] Compiling sqrt.c
[454/631] Compiling random.c
[455/631] Compiling jacobi.c
[456/631] Compiling montgomery_inv.c
[457/631] Compiling montgomery.c
[458/631] Compiling prime.c
[459/631] Compiling gcd.c
[460/631] Compiling mul.c
[461/631] Compiling div_extra.c
[462/631] Compiling gcd_extra.c
[463/631] Compiling ctx.c
[464/631] Compiling exponentiation.c
[466/631] Compiling OpenCombineFoundation JSONEncoder.swift
[467/631] Compiling OpenCombineFoundation NotificationCenter.swift
[468/631] Compiling OpenCombineFoundation Locking.swift
[469/631] Compiling OpenCombineFoundation Portability.swift
[469/631] Compiling generic.c
[470/631] Compiling x86_64-gcc.c
[471/631] Compiling cmp.c
[473/631] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[474/631] Compiling OpenCombineFoundation PropertyListEncoder.swift
[475/631] Compiling RegularExpressions RegexGroup.swift
[475/631] Compiling bytes.c
[476/631] Compiling bn.c
[477/631] Compiling div.c
[478/631] Compiling add.c
[480/631] Compiling OpenCombineFoundation URLSession.swift
[481/631] Compiling OpenCombineFoundation Timer+Publisher.swift
[482/631] Compiling RegularExpressions RegexError.swift
[483/631] Compiling RegularExpressions Regex.swift
[484/631] Emitting module OpenCombineFoundation
[487/631] Compiling RegularExpressions RegexMatchStruct.swift
[488/631] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[493/632] Compiling RegularExpressions RegexSubReplacer.swift
[493/633] Compiling bn-586.linux.x86.S
[494/633] Compiling bn-586.windows.x86.S
[495/633] Compiling armv8-mont.ios.aarch64.S
[496/633] Compiling armv4-mont.ios.arm.S
[497/633] Compiling aesv8-armx64.ios.aarch64.S
[497/633] Compiling armv4-mont.linux.arm.S
[499/633] Compiling aesv8-armx64.linux.aarch64.S
[500/633] Compiling armv8-mont.linux.aarch64.S
[503/633] Compiling aesv8-armx32.ios.arm.S
[504/633] Compiling aesni-x86_64.linux.x86_64.S
[505/633] Compiling aesv8-armx32.linux.arm.S
[506/633] Compiling aesni-x86_64.mac.x86_64.S
[507/633] Compiling aesni-x86.windows.x86.S
[508/633] Compiling aesni-x86.linux.x86.S
[509/633] Compiling aesni-gcm-x86_64.mac.x86_64.S
[510/633] Compiling aesni-gcm-x86_64.linux.x86_64.S
[511/633] Compiling mode_wrappers.c
[512/633] Compiling key_wrap.c
[513/633] Compiling aes_nohw.c
[514/633] Compiling aes.c
[515/633] Compiling ex_data.c
[516/633] Compiling sign.c
[517/633] Compiling pbkdf.c
[518/633] Compiling scrypt.c
[519/633] Compiling p_x25519_asn1.c
[520/633] Compiling p_x25519.c
[521/633] Compiling print.c
[522/633] Compiling p_rsa_asn1.c
[523/633] Compiling p_ed25519.c
[524/633] Compiling p_ed25519_asn1.c
[525/633] Compiling p_ec_asn1.c
[526/633] Compiling p_rsa.c
[527/633] Compiling p_dsa_asn1.c
[528/633] Compiling err_data.c
[529/633] Compiling digestsign.c
[529/633] Compiling err.c
[531/633] Compiling evp_ctx.c
[532/633] Compiling evp_asn1.c
[532/633] Compiling p_ec.c
[534/633] Compiling evp.c
[535/633] Compiling engine.c
[536/633] Compiling ecdh_extra.c
[537/633] Compiling dsa_asn1.c
[537/633] Compiling ecdsa_asn1.c
[539/633] Compiling hash_to_curve.c
[539/633] Compiling ec_asn1.c
[541/633] Compiling dh_asn1.c
[542/633] Compiling digest_extra.c
[543/633] Compiling params.c
[544/633] Compiling ec_derive.c
[545/633] Compiling dsa.c
[546/633] Compiling spake25519.c
[547/633] Compiling x25519-asm-arm.S
[548/633] Compiling cpu-intel.c
[549/633] Compiling cpu-ppc64le.c
[550/633] Compiling cpu-arm.c
[551/633] Compiling cpu-arm-linux.c
[552/633] Compiling cpu-aarch64-win.c
[552/633] Compiling crypto.c
[554/633] Compiling cpu-aarch64-fuchsia.c
[555/633] Compiling cpu-aarch64-linux.c
[556/633] Compiling cmac.c
[557/633] Compiling e_rc4.c
[558/633] Compiling tls_cbc.c
[559/633] Compiling e_null.c
[560/633] Compiling conf.c
[561/633] Compiling e_tls.c
[562/633] Compiling e_rc2.c
[563/633] Compiling derive_key.c
[564/633] Compiling e_chacha20poly1305.c
[565/633] Compiling e_aesccm.c
[565/633] Compiling e_aesgcmsiv.c
[566/633] Compiling cipher_extra.c
[568/633] Compiling e_aesctrhmac.c
[569/633] Compiling curve25519.c
[570/633] Compiling chacha.c
[571/633] Compiling chacha-x86.linux.x86.S
[572/633] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[573/633] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[573/633] Compiling chacha-x86_64.mac.x86_64.S
[575/633] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[576/633] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[577/633] Compiling chacha-x86_64.linux.x86_64.S
[578/633] Compiling chacha-x86.windows.x86.S
[579/633] Compiling chacha-armv8.ios.aarch64.S
[579/633] Compiling chacha-armv4.linux.arm.S
[581/633] Compiling cbs.c
[581/633] Compiling unicode.c
[583/633] Compiling chacha-armv4.ios.arm.S
[584/633] Compiling chacha-armv8.linux.aarch64.S
[585/633] Compiling ber.c
[586/633] Compiling bn_asn1.c
[587/633] Compiling asn1_compat.c
[588/633] Compiling buf.c
[589/633] Compiling blake2.c
[590/633] Compiling cbb.c
[591/633] Compiling convert.c
[592/633] Compiling printf.c
[593/633] Compiling socket.c
[594/633] Compiling socket_helper.c
[595/633] Compiling hexdump.c
[596/633] Compiling pair.c
[597/633] Compiling file.c
[598/633] Compiling fd.c
[599/633] Compiling connect.c
[600/633] Compiling bio_mem.c
[601/633] Compiling base64.c
[602/633] Compiling time_support.c
[603/633] Compiling bio.c
[604/633] Compiling tasn_utl.c
[605/633] Compiling tasn_typ.c
[606/633] Compiling tasn_fre.c
[607/633] Compiling tasn_new.c
[608/633] Compiling f_string.c
[609/633] Compiling tasn_enc.c
[610/633] Compiling f_int.c
[611/633] Compiling asn1_par.c
[612/633] Compiling f_enum.c
[612/633] Compiling asn_pack.c
[614/633] Compiling tasn_dec.c
[615/633] Compiling asn1_lib.c
[616/633] Compiling a_utf8.c
[617/633] Compiling a_time.c
[618/633] Compiling a_utctm.c
[619/633] Compiling a_octet.c
[620/633] Compiling a_strnid.c
[621/633] Compiling a_type.c
[622/633] Compiling a_object.c
[623/633] Compiling a_print.c
[624/633] Compiling a_mbstr.c
[625/633] Compiling a_i2d_fp.c
[626/633] Compiling a_gentm.c
[627/633] Compiling a_enum.c
[628/633] Compiling a_dup.c
[629/633] Compiling a_int.c
[629/633] Compiling a_d2i_fp.c
[631/633] Compiling a_bool.c
[632/633] Compiling a_bitstr.c
[634/687] Emitting module Crypto
[635/694] Compiling Crypto SEC1PrivateKey.swift
[636/694] Compiling Crypto SubjectPublicKeyInfo.swift
[637/694] Compiling Crypto CryptoKitErrors.swift
[638/694] Compiling Crypto Digest_boring.swift
[639/694] Compiling Crypto Digest.swift
[640/694] Compiling Crypto Digests.swift
[641/694] Compiling Crypto HashFunctions.swift
[642/694] Compiling Crypto HashFunctions_SHA2.swift
[643/694] Compiling Crypto EllipticCurve_boring.swift
[644/694] Compiling Crypto NISTCurvesKeys_boring.swift
[645/694] Compiling Crypto X25519Keys_boring.swift
[646/694] Compiling Crypto Curve25519.swift
[647/694] Compiling Crypto Ed25519.swift
[648/694] Compiling Crypto NISTCurvesKeys.swift
[649/694] Compiling Crypto X25519Keys.swift
[650/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)
[651/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)
[652/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)
[653/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)
[654/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)
[655/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)
[656/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)
[657/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)
[658/694] Compiling Crypto SymmetricKeys.swift
[659/694] Compiling Crypto HMAC.swift
[660/694] Compiling Crypto MACFunctions.swift
[661/694] Compiling Crypto MessageAuthenticationCode.swift
[662/694] Compiling Crypto AES.swift
[663/694] Compiling Crypto ECDSASignature_boring.swift
[664/694] Compiling Crypto ECDSA_boring.swift
[665/694] Compiling Crypto EdDSA_boring.swift
[666/694] Compiling Crypto ECDSA.swift
[667/694] Compiling Crypto EdDSA.swift
[668/694] Compiling Crypto Signature.swift
[669/694] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[670/694] Compiling Crypto CryptoKitErrors_boring.swift
[671/694] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[672/694] Compiling Crypto ASN1Identifier.swift
[673/694] Compiling Crypto ASN1Integer.swift
[674/694] Compiling Crypto ASN1OctetString.swift
[675/694] Compiling Crypto ArraySliceBigint.swift
[676/694] Compiling Crypto ObjectIdentifier.swift
[677/694] Compiling Crypto ECDSASignature.swift
[678/694] Compiling Crypto PEMDocument.swift
[679/694] Compiling Crypto PKCS8PrivateKey.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-2":/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/165] Compiling Logging LogHandler.swift
[5/165] Compiling OpenCombine AnyCancellable.swift
[6/165] Compiling OpenCombine AnyPublisher.swift
[7/165] Emitting module RegularExpressions
[8/166] Compiling RegularExpressions RegexError.swift
[9/166] Compiling RegularExpressions RegexGroup.swift
[10/166] Compiling Logging MetadataProvider.swift
[11/166] Compiling OpenCombine AnySubscriber.swift
[12/166] Compiling OpenCombine Cancellable.swift
[13/166] Compiling Logging Locks.swift
[14/166] Compiling RegularExpressions RegexSubReplacer.swift
[15/166] Compiling RegularExpressions Regex.swift
[16/166] Emitting module Logging
[17/166] Compiling OpenCombine Codable.swift
[18/166] Compiling OpenCombine CombineIdentifier.swift
[19/166] Compiling RegularExpressions RegexMatchStruct.swift
[21/167] Compiling OpenCombine Publishers.Filter.swift
[22/167] Compiling OpenCombine Publishers.First.swift
[23/167] Compiling OpenCombine Publishers.FlatMap.swift
[24/167] Compiling OpenCombine Publishers.HandleEvents.swift
[25/167] Compiling OpenCombine Publishers.IgnoreOutput.swift
[26/167] Compiling OpenCombine Publishers.Last.swift
[27/167] Compiling OpenCombine Publishers.MakeConnectable.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)
/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)
/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)
/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)
/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)
/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)
[34/167] Compiling OpenCombine ConcurrencyHelpers.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/167] Compiling OpenCombine Future+Concurrency.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] Emitting module OpenCombine
[37/186] Compiling OpenCombine ObservableObject.swift
[38/186] Compiling OpenCombine PassthroughSubject.swift
[39/186] Compiling OpenCombine Published.swift
[40/186] Compiling OpenCombine Publisher+Subscribe.swift
[41/186] Compiling OpenCombine Deferred.swift
[42/186] Compiling OpenCombine Empty.swift
[43/186] Compiling OpenCombine Fail.swift
[44/186] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[45/186] Compiling Logging Logging.swift
[46/187] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[47/187] Compiling OpenCombine CurrentValueSubject.swift
[48/187] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[49/187] Compiling OpenCombine Future.swift
[50/187] Compiling OpenCombine GENERATED-RootProtocols.swift
[51/187] Compiling OpenCombine Utils.swift
[52/187] Compiling OpenCombine Violations.swift
[53/187] Compiling OpenCombine ImmediateScheduler.swift
[54/187] Compiling OpenCombine ConduitBase.swift
[55/187] Compiling OpenCombine ConduitList.swift
[56/187] Compiling OpenCombine DebugHook.swift
[57/187] Compiling OpenCombine FilterProducer.swift
[58/187] Compiling OpenCombine Locking.swift
[59/187] Compiling OpenCombine PartialCompletion.swift
[60/187] Compiling OpenCombine PublishedSubject.swift
[61/187] Compiling OpenCombine PublishedSubscriber.swift
[62/187] Compiling OpenCombine ReduceProducer.swift
[63/187] Compiling OpenCombine SubjectSubscriber.swift
[64/187] Compiling OpenCombine SubscriberTap.swift
[65/187] Compiling OpenCombine SubscriptionStatus.swift
[66/187] Compiling OpenCombine SubscriptionTap.swift
[67/187] Compiling OpenCombine Publishers.Map.swift
[69/187] Compiling OpenCombine Result.swift
[70/187] Compiling OpenCombine Scheduler.swift
[71/187] Compiling OpenCombine Subject+Void.swift
[72/187] Compiling OpenCombine Subscriber+Void.swift
[73/187] Compiling OpenCombine Subscribers.Assign.swift
[74/187] Compiling OpenCombine Subscribers.Completion.swift
[75/187] Compiling OpenCombine Subscribers.Demand.swift
[76/187] Compiling OpenCombine Subscribers.Sink.swift
[77/187] Compiling OpenCombine Subscribers.swift
[78/187] Compiling OpenCombine Subscription.swift
[79/187] Compiling OpenCombine Subscriptions.swift
[80/187] Compiling OpenCombine _Introspection.swift
[81/187] Emitting module Crypto
[82/187] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[83/187] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[84/187] Compiling OpenCombine Publishers.Count.swift
[85/187] Compiling OpenCombine Publishers.Debounce.swift
[86/187] Compiling OpenCombine Publishers.Delay.swift
[87/187] Compiling OpenCombine Publishers.Drop.swift
[88/187] Compiling OpenCombine Publishers.DropUntilOutput.swift
[89/187] Compiling OpenCombine Publishers.DropWhile.swift
[103/187] Compiling Crypto RNG_boring.swift
[104/187] Compiling Crypto SafeCompare_boring.swift
[105/187] Compiling Crypto Zeroization_boring.swift
[106/187] Compiling Crypto PrettyBytes.swift
[107/187] Compiling Crypto SafeCompare.swift
[108/187] Compiling Crypto SecureBytes.swift
[109/187] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android