Build Information
Failed to build PodcastIndexKit, reference 0.5.0 (bcceae), with Swift 6.1 for Wasm on 28 Dec 2025 18:14:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SparrowTek/PodcastIndexKit.git
Reference: 0.5.0
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
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at bcceaeb update readme
Cloned https://github.com/SparrowTek/PodcastIndexKit.git
Revision (git rev-parse @):
bcceaebe7b24474222ec22b81918ab7e9c38d8f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SparrowTek/PodcastIndexKit.git at 0.5.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SparrowTek/PodcastIndexKit.git
https://github.com/SparrowTek/PodcastIndexKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "PodcastIndexKit",
"name" : "PodcastIndexKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "PodcastIndexKit",
"targets" : [
"PodcastIndexKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PodcastIndexKit",
"module_type" : "SwiftTarget",
"name" : "PodcastIndexKit",
"path" : "Sources/PodcastIndexKit",
"product_memberships" : [
"PodcastIndexKit"
],
"sources" : [
"Models/AppleReplacementPodcast.swift",
"Models/AppleReplacementSearchResponse.swift",
"Models/CategoriesResponse.swift",
"Models/Category.swift",
"Models/DataResponse.swift",
"Models/Destination.swift",
"Models/Episode.swift",
"Models/EpisodeArrayResponse.swift",
"Models/EpisodeResponse.swift",
"Models/Podcast.swift",
"Models/PodcastArrayResponse.swift",
"Models/PodcastResponse.swift",
"Models/PubNotifyResponse.swift",
"Models/RandomEpisodeResponse.swift",
"Models/Soundbite.swift",
"Models/SoundbiteArrayResponse.swift",
"Models/StatProperty.swift",
"Models/StatsResponse.swift",
"Models/Transcript.swift",
"Models/Value.swift",
"Models/ValueResponse.swift",
"Networking.swift",
"Networking/Encoding/JSONParameterEncoder.swift",
"Networking/Encoding/ParameterEncoding.swift",
"Networking/Encoding/URLParameterEncoder.swift",
"Networking/Extensions/CharacterSet.swift",
"Networking/Extensions/Encodable.swift",
"Networking/Service/EndpointType.swift",
"Networking/Service/HTTPMethod.swift",
"Networking/Service/HTTPTask.swift",
"Networking/Service/NetworkRouter.swift",
"Networking/Service/NetworkingProtocol.swift",
"Networking/Service/StatusCode.swift",
"PodcastActor.swift",
"PodcastCodable.swift",
"PodcastEnvironment.swift",
"PodcastIndexKit.swift",
"Services/AppleReplacementService.swift",
"Services/CategoriesService.swift",
"Services/EpisodesService.swift",
"Services/HubService.swift",
"Services/PodcastsService.swift",
"Services/RecentService.swift",
"Services/SearchService.swift",
"Services/ServiceHelper.swift",
"Services/StatsService.swift",
"Services/ValueService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
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/45] Emitting module PodcastIndexKit
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[4/50] Compiling PodcastIndexKit PubNotifyResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[5/50] Compiling PodcastIndexKit RandomEpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[6/50] Compiling PodcastIndexKit Soundbite.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[7/50] Compiling PodcastIndexKit SoundbiteArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[8/50] Compiling PodcastIndexKit StatProperty.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[9/50] Compiling PodcastIndexKit StatsResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[10/50] Compiling PodcastIndexKit Transcript.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[11/50] Compiling PodcastIndexKit Value.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[12/50] Compiling PodcastIndexKit ValueResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[13/50] Compiling PodcastIndexKit Networking.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[14/50] Compiling PodcastIndexKit JSONParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[15/50] Compiling PodcastIndexKit ParameterEncoding.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[16/50] Compiling PodcastIndexKit NetworkRouter.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[17/50] Compiling PodcastIndexKit NetworkingProtocol.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[18/50] Compiling PodcastIndexKit StatusCode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[19/50] Compiling PodcastIndexKit PodcastActor.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[20/50] Compiling PodcastIndexKit PodcastCodable.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[21/50] Compiling PodcastIndexKit PodcastEnvironment.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[22/50] Compiling PodcastIndexKit RecentService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[23/50] Compiling PodcastIndexKit SearchService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[24/50] Compiling PodcastIndexKit ServiceHelper.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[25/50] Compiling PodcastIndexKit StatsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[26/50] Compiling PodcastIndexKit ValueService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[27/50] Compiling PodcastIndexKit Episode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[28/50] Compiling PodcastIndexKit EpisodeArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[29/50] Compiling PodcastIndexKit EpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[30/50] Compiling PodcastIndexKit Podcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[31/50] Compiling PodcastIndexKit PodcastArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[32/50] Compiling PodcastIndexKit PodcastResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[33/50] Compiling PodcastIndexKit AppleReplacementPodcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[34/50] Compiling PodcastIndexKit AppleReplacementSearchResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[35/50] Compiling PodcastIndexKit CategoriesResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[36/50] Compiling PodcastIndexKit Category.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[37/50] Compiling PodcastIndexKit DataResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[38/50] Compiling PodcastIndexKit Destination.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[39/50] Compiling PodcastIndexKit URLParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[40/50] Compiling PodcastIndexKit CharacterSet.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[41/50] Compiling PodcastIndexKit Encodable.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[42/50] Compiling PodcastIndexKit EndpointType.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[43/50] Compiling PodcastIndexKit HTTPMethod.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[44/50] Compiling PodcastIndexKit HTTPTask.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[45/50] Compiling PodcastIndexKit PodcastIndexKit.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[46/50] Compiling PodcastIndexKit AppleReplacementService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[47/50] Compiling PodcastIndexKit CategoriesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[48/50] Compiling PodcastIndexKit EpisodesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[49/50] Compiling PodcastIndexKit HubService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[50/50] Compiling PodcastIndexKit PodcastsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling PodcastIndexKit PubNotifyResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[3/44] Compiling PodcastIndexKit RandomEpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[4/44] Compiling PodcastIndexKit Soundbite.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[5/44] Compiling PodcastIndexKit SoundbiteArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[6/44] Compiling PodcastIndexKit StatProperty.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[7/44] Compiling PodcastIndexKit StatsResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[8/49] Compiling PodcastIndexKit NetworkRouter.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[9/49] Compiling PodcastIndexKit NetworkingProtocol.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[10/49] Compiling PodcastIndexKit StatusCode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[11/49] Compiling PodcastIndexKit PodcastActor.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[12/49] Compiling PodcastIndexKit PodcastCodable.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[13/49] Compiling PodcastIndexKit PodcastEnvironment.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[14/49] Compiling PodcastIndexKit Transcript.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[15/49] Compiling PodcastIndexKit Value.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[16/49] Compiling PodcastIndexKit ValueResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[17/49] Compiling PodcastIndexKit Networking.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[18/49] Compiling PodcastIndexKit JSONParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[19/49] Compiling PodcastIndexKit ParameterEncoding.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[20/49] Compiling PodcastIndexKit PodcastIndexKit.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[21/49] Compiling PodcastIndexKit AppleReplacementService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[22/49] Compiling PodcastIndexKit CategoriesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[23/49] Compiling PodcastIndexKit EpisodesService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[24/49] Compiling PodcastIndexKit HubService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[25/49] Compiling PodcastIndexKit PodcastsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[26/49] Compiling PodcastIndexKit AppleReplacementPodcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[27/49] Compiling PodcastIndexKit AppleReplacementSearchResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[28/49] Compiling PodcastIndexKit CategoriesResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[29/49] Compiling PodcastIndexKit Category.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[30/49] Compiling PodcastIndexKit DataResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[31/49] Compiling PodcastIndexKit Destination.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/49] Emitting module PodcastIndexKit
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[33/49] Compiling PodcastIndexKit RecentService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[34/49] Compiling PodcastIndexKit SearchService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[35/49] Compiling PodcastIndexKit ServiceHelper.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[36/49] Compiling PodcastIndexKit StatsService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[37/49] Compiling PodcastIndexKit ValueService.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[38/49] Compiling PodcastIndexKit URLParameterEncoder.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[39/49] Compiling PodcastIndexKit CharacterSet.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[40/49] Compiling PodcastIndexKit Encodable.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[41/49] Compiling PodcastIndexKit EndpointType.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[42/49] Compiling PodcastIndexKit HTTPMethod.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[43/49] Compiling PodcastIndexKit HTTPTask.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[44/49] Compiling PodcastIndexKit Episode.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[45/49] Compiling PodcastIndexKit EpisodeArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[46/49] Compiling PodcastIndexKit EpisodeResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[47/49] Compiling PodcastIndexKit Podcast.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[48/49] Compiling PodcastIndexKit PodcastArrayResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
[49/49] Compiling PodcastIndexKit PodcastResponse.swift
/host/spi-builder-workspace/Sources/PodcastIndexKit/Networking.swift:2:8: error: no such module 'CryptoKit'
1 | import Foundation
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 | extension JSONDecoder {
BUILD FAILURE 6.1 wasm