Build Information
Failed to build AudiobookshelfAPI, reference 2.33.1 (cb23db), with Swift 6.1 for Android on 22 Mar 2026 03:26:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JamesRagnar/audiobookshelf-api-swift.git
Reference: 2.33.1
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/JamesRagnar/audiobookshelf-api-swift
* tag 2.33.1 -> FETCH_HEAD
HEAD is now at cb23dbf Abs 2.33.1 (#23)
Cloned https://github.com/JamesRagnar/audiobookshelf-api-swift.git
Revision (git rev-parse @):
cb23dbfb41899f25b130c7b86015b28709405f86
SUCCESS checkout https://github.com/JamesRagnar/audiobookshelf-api-swift.git at 2.33.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/JamesRagnar/audiobookshelf-api-swift.git
https://github.com/JamesRagnar/audiobookshelf-api-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ragnarnetworking",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/JamesRagnar/RagnarNetworking.git"
}
],
"manifest_display_name" : "AudiobookshelfAPI",
"name" : "AudiobookshelfAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "AudiobookshelfAPI",
"targets" : [
"AudiobookshelfAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AudiobookshelfAPITests",
"module_type" : "SwiftTarget",
"name" : "AudiobookshelfAPITests",
"path" : "Tests/AudiobookshelfAPITests",
"sources" : [
"BinaryInterfacesTests.swift",
"BoolHelperTests.swift",
"CheckServerStatusTests.swift",
"DictionaryHelperTests.swift",
"InterfaceErrorMappingTests.swift",
"InterfaceHandleNoContentTests.swift",
"InterfaceResponseCasesTests.swift",
"LocalSessionSyncContractsTests.swift",
"MeInterfaces233ComplianceTests.swift",
"ServerCompatibilityTests.swift",
"SetHelperTests.swift"
],
"target_dependencies" : [
"AudiobookshelfAPI"
],
"type" : "test"
},
{
"c99name" : "AudiobookshelfAPI",
"module_type" : "SwiftTarget",
"name" : "AudiobookshelfAPI",
"path" : "Sources/AudiobookshelfAPI",
"product_dependencies" : [
"RagnarNetworking"
],
"product_memberships" : [
"AudiobookshelfAPI"
],
"sources" : [
"Compatibility/ServerCompatibility.swift",
"Helpers/Bool+Audiobookshelf.swift",
"Helpers/Dictionary+Audiobookshelf.swift",
"Helpers/Set+Audiobookshelf.swift",
"Interfaces/API Keys/CreateAPIKey.swift",
"Interfaces/API Keys/DeleteAPIKey.swift",
"Interfaces/API Keys/GetAllAPIKeys.swift",
"Interfaces/API Keys/UpdateAPIKey.swift",
"Interfaces/Authentication/CheckServerStatus.swift",
"Interfaces/Authentication/Healthcheck.swift",
"Interfaces/Authentication/Login.swift",
"Interfaces/Authentication/Logout.swift",
"Interfaces/Authentication/PingServer.swift",
"Interfaces/Authentication/RefreshToken.swift",
"Interfaces/Authors/DeleteAuthor.swift",
"Interfaces/Authors/DeleteAuthorImage.swift",
"Interfaces/Authors/GetAuthor.swift",
"Interfaces/Authors/GetAuthorImage.swift",
"Interfaces/Authors/MatchAuthor.swift",
"Interfaces/Authors/UpdateAuthor.swift",
"Interfaces/Authors/UploadAuthorImage.swift",
"Interfaces/Backups/ApplyBackup.swift",
"Interfaces/Backups/CreateBackup.swift",
"Interfaces/Backups/DeleteBackup.swift",
"Interfaces/Backups/DownloadBackup.swift",
"Interfaces/Backups/GetAllBackups.swift",
"Interfaces/Backups/UpdateBackupPath.swift",
"Interfaces/Backups/UploadBackup.swift",
"Interfaces/Cache/PurgeCacheAll.swift",
"Interfaces/Cache/PurgeItemsCache.swift",
"Interfaces/Collections/CollectionAddBook.swift",
"Interfaces/Collections/CollectionBatchAddBooks.swift",
"Interfaces/Collections/CollectionBatchRemoveBooks.swift",
"Interfaces/Collections/CollectionRemoveBook.swift",
"Interfaces/Collections/CreateCollection.swift",
"Interfaces/Collections/DeleteCollection.swift",
"Interfaces/Collections/GetAllCollections.swift",
"Interfaces/Collections/GetCollection.swift",
"Interfaces/Collections/UpdateCollection.swift",
"Interfaces/CustomMetadataProviders/AddCustomMetadataProvider.swift",
"Interfaces/CustomMetadataProviders/GetCustomMetadataProviders.swift",
"Interfaces/CustomMetadataProviders/RemoveCustomMetadataProvider.swift",
"Interfaces/Email/GetEmailSettings.swift",
"Interfaces/Email/SendEbookToDevice.swift",
"Interfaces/Email/SendTestEmail.swift",
"Interfaces/Email/UpdateEReaderDevices.swift",
"Interfaces/Email/UpdateEmailSettings.swift",
"Interfaces/Filesystem/BrowseFilesystem.swift",
"Interfaces/Filesystem/CheckPathExists.swift",
"Interfaces/Genres/DeleteGenre.swift",
"Interfaces/Genres/GetAllGenres.swift",
"Interfaces/Genres/RenameGenre.swift",
"Interfaces/HLS/GetHLSStreamFile.swift",
"Interfaces/Libraries/CreateLibrary.swift",
"Interfaces/Libraries/DeleteLibrary.swift",
"Interfaces/Libraries/DownloadMultipleLibraryItems.swift",
"Interfaces/Libraries/GetAllLibraries.swift",
"Interfaces/Libraries/GetLibrary.swift",
"Interfaces/Libraries/GetLibraryAuthors.swift",
"Interfaces/Libraries/GetLibraryCollections.swift",
"Interfaces/Libraries/GetLibraryEpisodeDownloadQueue.swift",
"Interfaces/Libraries/GetLibraryFilterData.swift",
"Interfaces/Libraries/GetLibraryItems.swift",
"Interfaces/Libraries/GetLibraryNarrators.swift",
"Interfaces/Libraries/GetLibraryOPML.swift",
"Interfaces/Libraries/GetLibraryPodcastTitles.swift",
"Interfaces/Libraries/GetLibrarySeries.swift",
"Interfaces/Libraries/GetLibrarySeriesById.swift",
"Interfaces/Libraries/GetLibraryStats.swift",
"Interfaces/Libraries/GetLibraryUserPlaylists.swift",
"Interfaces/Libraries/GetPersonalizedLibrary.swift",
"Interfaces/Libraries/GetRecentEpisodes.swift",
"Interfaces/Libraries/MatchAllLibraryItems.swift",
"Interfaces/Libraries/RemoveLibraryItemsWithIssues.swift",
"Interfaces/Libraries/RemoveLibraryMetadataFiles.swift",
"Interfaces/Libraries/RemoveLibraryNarrator.swift",
"Interfaces/Libraries/ReorderLibraries.swift",
"Interfaces/Libraries/ScanLibraryFolders.swift",
"Interfaces/Libraries/SearchLibrary.swift",
"Interfaces/Libraries/UpdateLibrary.swift",
"Interfaces/Libraries/UpdateLibraryNarrator.swift",
"Interfaces/Library Items/BatchDeleteLibraryItems.swift",
"Interfaces/Library Items/BatchGetLibraryItems.swift",
"Interfaces/Library Items/BatchQuickMatchLibraryItems.swift",
"Interfaces/Library Items/BatchScanLibraryItems.swift",
"Interfaces/Library Items/BatchUpdateLibraryItems.swift",
"Interfaces/Library Items/DeleteLibraryFile.swift",
"Interfaces/Library Items/DeleteLibraryItem.swift",
"Interfaces/Library Items/DownloadLibraryFile.swift",
"Interfaces/Library Items/DownloadLibraryItem.swift",
"Interfaces/Library Items/GetEbookFile.swift",
"Interfaces/Library Items/GetLibraryFile.swift",
"Interfaces/Library Items/GetLibraryFileFFprobe.swift",
"Interfaces/Library Items/GetLibraryItem.swift",
"Interfaces/Library Items/GetLibraryItemCover.swift",
"Interfaces/Library Items/GetLibraryItemMetadataObject.swift",
"Interfaces/Library Items/MatchLibraryItem.swift",
"Interfaces/Library Items/RemoveLibraryItemCover.swift",
"Interfaces/Library Items/ScanLibraryItem.swift",
"Interfaces/Library Items/StartEpisodePlaybackSession.swift",
"Interfaces/Library Items/StartPlaybackSession.swift",
"Interfaces/Library Items/UpdateEbookFileStatus.swift",
"Interfaces/Library Items/UpdateLibraryItemChapters.swift",
"Interfaces/Library Items/UpdateLibraryItemCover.swift",
"Interfaces/Library Items/UpdateLibraryItemMedia.swift",
"Interfaces/Library Items/UpdateLibraryItemTracks.swift",
"Interfaces/Library Items/UploadLibraryItemCover.swift",
"Interfaces/Me/BatchCreateUpdateMediaProgress.swift",
"Interfaces/Me/CreateBookmark.swift",
"Interfaces/Me/DeleteBookmark.swift",
"Interfaces/Me/GetItemListeningSessions.swift",
"Interfaces/Me/GetLibraryItemsInProgress.swift",
"Interfaces/Me/GetMediaProgress.swift",
"Interfaces/Me/GetYearStats.swift",
"Interfaces/Me/GetYourListeningSessions.swift",
"Interfaces/Me/GetYourListeningStats.swift",
"Interfaces/Me/GetYourUser.swift",
"Interfaces/Me/PatchMediaProgress.swift",
"Interfaces/Me/ReaddSeriesToContinueListening.swift",
"Interfaces/Me/RemoveContinueListeningItem.swift",
"Interfaces/Me/RemoveMediaProgress.swift",
"Interfaces/Me/RemoveSeriesFromContinueListening.swift",
"Interfaces/Me/UpdateBookmark.swift",
"Interfaces/Me/UpdatePassword.swift",
"Interfaces/Me/UpdateUserEReaderDevices.swift",
"Interfaces/Notifications/CreateNotification.swift",
"Interfaces/Notifications/DeleteNotification.swift",
"Interfaces/Notifications/FireTestEvent.swift",
"Interfaces/Notifications/GetNotificationData.swift",
"Interfaces/Notifications/GetNotificationSettings.swift",
"Interfaces/Notifications/TestNotification.swift",
"Interfaces/Notifications/UpdateNotification.swift",
"Interfaces/Notifications/UpdateNotificationSettings.swift",
"Interfaces/Playlists/CreatePlaylist.swift",
"Interfaces/Playlists/CreatePlaylistFromCollection.swift",
"Interfaces/Playlists/DeletePlaylist.swift",
"Interfaces/Playlists/GetPlaylist.swift",
"Interfaces/Playlists/GetUserPlaylists.swift",
"Interfaces/Playlists/PlaylistAddItem.swift",
"Interfaces/Playlists/PlaylistBatchAddItems.swift",
"Interfaces/Playlists/PlaylistBatchRemoveItems.swift",
"Interfaces/Playlists/RemovePlaylistItem.swift",
"Interfaces/Playlists/UpdatePlaylist.swift",
"Interfaces/Podcasts/CheckNewPodcastEpisodes.swift",
"Interfaces/Podcasts/ClearPodcastQueue.swift",
"Interfaces/Podcasts/CreatePodcast.swift",
"Interfaces/Podcasts/CreatePodcastFromFeed.swift",
"Interfaces/Podcasts/CreatePodcastsFromOPML.swift",
"Interfaces/Podcasts/DeletePodcastEpisode.swift",
"Interfaces/Podcasts/DownloadPodcastEpisodes.swift",
"Interfaces/Podcasts/GetPodcastDownloadQueue.swift",
"Interfaces/Podcasts/GetPodcastEpisode.swift",
"Interfaces/Podcasts/MatchPodcastEpisodes.swift",
"Interfaces/Podcasts/ParseOPML.swift",
"Interfaces/Podcasts/SearchPodcastEpisode.swift",
"Interfaces/Podcasts/UpdatePodcastEpisode.swift",
"Interfaces/Public Shares/DownloadShare.swift",
"Interfaces/Public Shares/GetMediaShare.swift",
"Interfaces/Public Shares/GetShareAudioTrack.swift",
"Interfaces/Public Shares/GetShareCover.swift",
"Interfaces/Public Shares/UpdateShareProgress.swift",
"Interfaces/Public/GetPublicSessionTrack.swift",
"Interfaces/RSS Feeds/CloseFeed.swift",
"Interfaces/RSS Feeds/GetAllFeeds.swift",
"Interfaces/RSS Feeds/OpenFeedForCollection.swift",
"Interfaces/RSS Feeds/OpenFeedForItem.swift",
"Interfaces/RSS Feeds/OpenFeedForSeries.swift",
"Interfaces/Search/GetSearchProviders.swift",
"Interfaces/Search/SearchChapters.swift",
"Interfaces/Search/SearchCovers.swift",
"Interfaces/Search/SearchExternalAuthors.swift",
"Interfaces/Search/SearchExternalBooks.swift",
"Interfaces/Search/SearchExternalPodcasts.swift",
"Interfaces/Series/GetSeriesById.swift",
"Interfaces/Series/UpdateSeries.swift",
"Interfaces/Sessions/BatchDeleteSessions.swift",
"Interfaces/Sessions/CloseOpenSession.swift",
"Interfaces/Sessions/DeleteSession.swift",
"Interfaces/Sessions/GetAllSessions.swift",
"Interfaces/Sessions/GetOpenSession.swift",
"Interfaces/Sessions/GetOpenSessions.swift",
"Interfaces/Sessions/SyncLocalSession.swift",
"Interfaces/Sessions/SyncLocalSessionsBatch.swift",
"Interfaces/Sessions/SyncOpenSession.swift",
"Interfaces/Settings/GetAuthSettings.swift",
"Interfaces/Settings/UpdateAuthSettings.swift",
"Interfaces/Settings/UpdateServerSettings.swift",
"Interfaces/Settings/UpdateSortingPrefixes.swift",
"Interfaces/Shares/CreateMediaItemShare.swift",
"Interfaces/Shares/DeleteMediaItemShare.swift",
"Interfaces/Stats/GetAdminYearStats.swift",
"Interfaces/Stats/GetServerStats.swift",
"Interfaces/Tags/DeleteTag.swift",
"Interfaces/Tags/GetAllTags.swift",
"Interfaces/Tags/RenameTag.swift",
"Interfaces/Tools/BatchEmbedMetadata.swift",
"Interfaces/Tools/CancelM4BEncode.swift",
"Interfaces/Tools/EmbedLibraryItemMetadata.swift",
"Interfaces/Tools/EncodeLibraryItemM4B.swift",
"Interfaces/Tools/GetLoggerData.swift",
"Interfaces/Tools/GetTasks.swift",
"Interfaces/Tools/PurgeCache.swift",
"Interfaces/Tools/UpdateWatcher.swift",
"Interfaces/Tools/UploadFile.swift",
"Interfaces/Tools/ValidateCronExpression.swift",
"Interfaces/Users/CreateUser.swift",
"Interfaces/Users/DeleteUser.swift",
"Interfaces/Users/GetAllUsers.swift",
"Interfaces/Users/GetOnlineUsers.swift",
"Interfaces/Users/GetUser.swift",
"Interfaces/Users/GetUserListeningSessions.swift",
"Interfaces/Users/GetUserListeningStats.swift",
"Interfaces/Users/UnlinkOpenID.swift",
"Interfaces/Users/UpdateUser.swift",
"Models/APIKey.swift",
"Models/AudioBookmark.swift",
"Models/AudioFile.swift",
"Models/AudioMetaTags.swift",
"Models/AudioTrack.swift",
"Models/Author.swift",
"Models/Backup.swift",
"Models/BackupsResponse.swift",
"Models/Book.swift",
"Models/BookChapter.swift",
"Models/BookMetadata.swift",
"Models/Collection.swift",
"Models/CustomMetadataProvider.swift",
"Models/Device.swift",
"Models/DeviceInfo.swift",
"Models/EBookFile.swift",
"Models/EReaderDevice.swift",
"Models/EmailSettings.swift",
"Models/ExternalAuthorSearchResult.swift",
"Models/ExternalBookSearchResult.swift",
"Models/ExternalPodcastSearchResult.swift",
"Models/FileMetadata.swift",
"Models/FilterData.swift",
"Models/Folder.swift",
"Models/Icon.swift",
"Models/JSONValue.swift",
"Models/Library.swift",
"Models/LibraryFile.swift",
"Models/LibraryFilterData.swift",
"Models/LibraryItem.swift",
"Models/LibrarySettings.swift",
"Models/MediaProgress.swift",
"Models/Notification.swift",
"Models/NotificationSettings.swift",
"Models/PlaybackSession.swift",
"Models/Playlist.swift",
"Models/PlaylistItem.swift",
"Models/Podcast.swift",
"Models/PodcastEpisode.swift",
"Models/PodcastEpisodeDownload.swift",
"Models/PodcastEpisodeEnclosure.swift",
"Models/PodcastFeed.swift",
"Models/PodcastFeedEpisode.swift",
"Models/PodcastFeedMetadata.swift",
"Models/PodcastMetadata.swift",
"Models/RSSFeed.swift",
"Models/RSSFeedEpisode.swift",
"Models/RSSFeedMetadata.swift",
"Models/Series.swift",
"Models/SeriesProgress.swift",
"Models/ServerSettings.swift",
"Models/ServerTask.swift",
"Models/Share.swift",
"Models/Stream.swift",
"Models/StreamProgress.swift",
"Models/User.swift",
"Models/UserPermissions.swift",
"Models/YearStats.swift",
"Socket/AudioMetadataEvents.swift",
"Socket/AuthorEvents.swift",
"Socket/BackupEvents.swift",
"Socket/ClientEvents.swift",
"Socket/CollectionEvents.swift",
"Socket/CoverSearchEvents.swift",
"Socket/CustomMetadataProviderEvents.swift",
"Socket/EReaderEvents.swift",
"Socket/LibraryEvents.swift",
"Socket/LibraryItemEvents.swift",
"Socket/LibraryScanEvents.swift",
"Socket/MiscellaneousEvents.swift",
"Socket/NotificationEvents.swift",
"Socket/PlaylistEvents.swift",
"Socket/PodcastEpisodeDownloadEvents.swift",
"Socket/RSSFeedEvents.swift",
"Socket/SeriesEvents.swift",
"Socket/ShareEvents.swift",
"Socket/StreamEvents.swift",
"Socket/TaskEvents.swift",
"Socket/UserEvents.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/JamesRagnar/RagnarNetworking.git
[1/688] Fetching ragnarnetworking
Fetched https://github.com/JamesRagnar/RagnarNetworking.git from cache (0.23s)
Computing version for https://github.com/JamesRagnar/RagnarNetworking.git
Computed https://github.com/JamesRagnar/RagnarNetworking.git at 0.2.0 (0.90s)
Fetching https://github.com/socketio/socket.io-client-swift
[1/11423] Fetching socket.io-client-swift
Fetched https://github.com/socketio/socket.io-client-swift from cache (0.65s)
Computing version for https://github.com/socketio/socket.io-client-swift
Computed https://github.com/socketio/socket.io-client-swift at 16.1.1 (4.02s)
Fetching https://github.com/daltoniam/Starscream
[1/5096] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (0.57s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 4.0.8 (1.21s)
Creating working copy for https://github.com/JamesRagnar/RagnarNetworking.git
Working copy of https://github.com/JamesRagnar/RagnarNetworking.git resolved at 0.2.0
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 4.0.8
Creating working copy for https://github.com/socketio/socket.io-client-swift
Working copy of https://github.com/socketio/socket.io-client-swift resolved at 16.1.1
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/26] Compiling Starscream Framer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[8/26] Compiling Starscream HTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[9/26] Compiling Starscream StringHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/26] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[11/28] Compiling Starscream FoundationTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[12/28] Compiling Starscream TCPTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[13/28] Compiling Starscream FoundationSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[14/28] Compiling Starscream Security.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[15/28] Compiling Starscream Server.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[16/28] Compiling Starscream WebSocketServer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[17/28] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[18/28] Compiling Starscream Engine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[19/28] Compiling Starscream NativeEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[20/28] Compiling Starscream WSEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[21/28] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[22/28] Compiling Starscream WSCompression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[23/28] Compiling Starscream Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[24/28] Compiling Starscream FoundationHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[25/28] Compiling Starscream FoundationHTTPServerHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[26/28] Compiling Starscream FrameCollector.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[27/28] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[28/28] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/21] Compiling Starscream WebSocketServer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[3/21] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[4/23] Compiling Starscream FoundationSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[5/23] Compiling Starscream Security.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[6/23] Compiling Starscream Server.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/23] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[8/23] Compiling Starscream FoundationTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[9/23] Compiling Starscream TCPTransport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[10/23] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[11/23] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[12/23] Compiling Starscream FoundationHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[13/23] Compiling Starscream FoundationHTTPServerHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[14/23] Compiling Starscream FrameCollector.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[15/23] Compiling Starscream Engine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[16/23] Compiling Starscream NativeEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[17/23] Compiling Starscream WSEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[18/23] Compiling Starscream Framer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[19/23] Compiling Starscream HTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[20/23] Compiling Starscream StringHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[21/23] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[22/23] Compiling Starscream WSCompression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[23/23] Compiling Starscream Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
BUILD FAILURE 6.1 android