The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build PodcastIndexKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SparrowTek/PodcastIndexKit.git
Reference: main
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/SparrowTek/PodcastIndexKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c413e5 make services conform to sendable
Cloned https://github.com/SparrowTek/PodcastIndexKit.git
Revision (git rev-parse @):
0c413e5ec6421d1fadb985cdb096fcf4d6fc0953
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/SparrowTek/PodcastIndexKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SparrowTek/PodcastIndexKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/41] Emitting module PodcastIndexKit
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[4/46] Compiling PodcastIndexKit Episode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[5/46] Compiling PodcastIndexKit EpisodeArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[6/46] Compiling PodcastIndexKit EpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[7/46] Compiling PodcastIndexKit Podcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[8/46] Compiling PodcastIndexKit PodcastArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[9/46] Compiling PodcastIndexKit PodcastResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[10/46] Compiling PodcastIndexKit HTTPTask.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[11/46] Compiling PodcastIndexKit NetworkRouter.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[12/46] Compiling PodcastIndexKit NetworkingProtocol.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[13/46] Compiling PodcastIndexKit StatusCode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[14/46] Compiling PodcastIndexKit PodcastIndexKit.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[15/46] Compiling PodcastIndexKit AppleReplacementService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[16/46] Compiling PodcastIndexKit CategoriesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[17/46] Compiling PodcastIndexKit EpisodesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[18/46] Compiling PodcastIndexKit HubService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[19/46] Compiling PodcastIndexKit PodcastsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[20/46] Compiling PodcastIndexKit PubNotifyResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[21/46] Compiling PodcastIndexKit RandomEpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[22/46] Compiling PodcastIndexKit Soundbite.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[23/46] Compiling PodcastIndexKit SoundbiteArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[24/46] Compiling PodcastIndexKit StatProperty.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[25/46] Compiling PodcastIndexKit StatsResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[26/46] Compiling PodcastIndexKit AppleReplacementPodcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[27/46] Compiling PodcastIndexKit AppleReplacementSearchResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[28/46] Compiling PodcastIndexKit CategoriesResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[29/46] Compiling PodcastIndexKit Category.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[30/46] Compiling PodcastIndexKit DataResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[31/46] Compiling PodcastIndexKit Destination.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[32/46] Compiling PodcastIndexKit RecentService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[33/46] Compiling PodcastIndexKit SearchService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[34/46] Compiling PodcastIndexKit ServiceHelper.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[35/46] Compiling PodcastIndexKit StatsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[36/46] Compiling PodcastIndexKit ValueService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[37/46] Compiling PodcastIndexKit Value.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[38/46] Compiling PodcastIndexKit ValueResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[39/46] Compiling PodcastIndexKit Networking.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[40/46] Compiling PodcastIndexKit JSONParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[41/46] Compiling PodcastIndexKit ParameterEncoding.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[42/46] Compiling PodcastIndexKit URLParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[43/46] Compiling PodcastIndexKit CharacterSet.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[44/46] Compiling PodcastIndexKit Encodable.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[45/46] Compiling PodcastIndexKit EndpointType.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[46/46] Compiling PodcastIndexKit HTTPMethod.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/40] Compiling PodcastIndexKit PubNotifyResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[3/40] Compiling PodcastIndexKit RandomEpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[4/40] Compiling PodcastIndexKit Soundbite.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[5/40] Compiling PodcastIndexKit SoundbiteArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[6/40] Compiling PodcastIndexKit StatProperty.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[7/40] Compiling PodcastIndexKit StatsResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[8/45] Compiling PodcastIndexKit URLParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[9/45] Compiling PodcastIndexKit CharacterSet.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[10/45] Compiling PodcastIndexKit Encodable.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[11/45] Compiling PodcastIndexKit EndpointType.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[12/45] Compiling PodcastIndexKit HTTPMethod.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[13/45] Compiling PodcastIndexKit AppleReplacementService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[14/45] Compiling PodcastIndexKit CategoriesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[15/45] Compiling PodcastIndexKit EpisodesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[16/45] Compiling PodcastIndexKit HubService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[17/45] Compiling PodcastIndexKit PodcastsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[18/45] Compiling PodcastIndexKit Value.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[19/45] Compiling PodcastIndexKit ValueResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[20/45] Compiling PodcastIndexKit Networking.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[21/45] Compiling PodcastIndexKit JSONParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[22/45] Compiling PodcastIndexKit ParameterEncoding.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[23/45] Compiling PodcastIndexKit HTTPTask.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[24/45] Compiling PodcastIndexKit NetworkRouter.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[25/45] Compiling PodcastIndexKit NetworkingProtocol.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[26/45] Compiling PodcastIndexKit StatusCode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[27/45] Compiling PodcastIndexKit PodcastIndexKit.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[28/45] Compiling PodcastIndexKit RecentService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[29/45] Compiling PodcastIndexKit SearchService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[30/45] Compiling PodcastIndexKit ServiceHelper.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[31/45] Compiling PodcastIndexKit StatsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[32/45] Compiling PodcastIndexKit ValueService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[33/45] Compiling PodcastIndexKit Episode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[34/45] Compiling PodcastIndexKit EpisodeArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[35/45] Compiling PodcastIndexKit EpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[36/45] Compiling PodcastIndexKit Podcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[37/45] Compiling PodcastIndexKit PodcastArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[38/45] Compiling PodcastIndexKit PodcastResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[39/45] Compiling PodcastIndexKit AppleReplacementPodcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[40/45] Compiling PodcastIndexKit AppleReplacementSearchResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[41/45] Compiling PodcastIndexKit CategoriesResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[42/45] Compiling PodcastIndexKit Category.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[43/45] Compiling PodcastIndexKit DataResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
[44/45] Compiling PodcastIndexKit Destination.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/45] Emitting module PodcastIndexKit
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
import CryptoKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2