The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HavenFeedParser, reference main (8104b8), with Swift 6.3 for Android on 15 Apr 2026 15:30:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Haven-Apps/HavenFeedParser.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/Haven-Apps/HavenFeedParser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8104b8f Create FUNDING.yml
Cloned https://github.com/Haven-Apps/HavenFeedParser.git
Revision (git rev-parse @):
8104b8fd1f525148f7722db01b380a773194aba2
SUCCESS checkout https://github.com/Haven-Apps/HavenFeedParser.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Haven-Apps/HavenFeedParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/28] Emitting module HavenFeedParser
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[4/28] Compiling HavenFeedParser FeedError.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[5/28] Compiling HavenFeedParser Feed.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[6/28] Compiling HavenFeedParser FeedAuthor.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[7/28] Compiling HavenFeedParser FeedCacheEntry.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[8/28] Compiling HavenFeedParser FeedCategory.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[9/28] Compiling HavenFeedParser FeedEnclosure.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[10/28] Compiling HavenFeedParser FeedFetchResult.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[11/28] Compiling HavenFeedParser FeedFormat.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[12/28] Compiling HavenFeedParser FeedParsing.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[13/28] Compiling HavenFeedParser FeedProviding.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[14/28] Compiling HavenFeedParser FeedCache.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[15/28] Compiling HavenFeedParser JSONFeedParser.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[16/28] Compiling HavenFeedParser RSSParser.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[17/28] Compiling HavenFeedParser RSSParserDelegate.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[18/28] Compiling HavenFeedParser FeedItem.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[19/28] Compiling HavenFeedParser FeediTunesInfo.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[20/28] Compiling HavenFeedParser JSONFeedAttachment.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[21/28] Compiling HavenFeedParser JSONFeedAuthor.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[22/31] Compiling HavenFeedParser DateParser.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[23/31] Compiling HavenFeedParser FeedDetector.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[24/31] Compiling HavenFeedParser HTMLSanitizer.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[25/31] Compiling HavenFeedParser FeedFetcher.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[26/31] Compiling HavenFeedParser FeedService.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[27/31] Compiling HavenFeedParser SafeRedirectDelegate.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[28/31] Compiling HavenFeedParser JSONFeedItem.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[29/31] Compiling HavenFeedParser JSONFeedRoot.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[30/31] Compiling HavenFeedParser AtomParser.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
[31/31] Compiling HavenFeedParser AtomParserDelegate.swift
/host/spi-builder-workspace/Sources/HavenFeedParser/Models/FeedItem.swift:9:8: error: no such module 'CryptoKit'
  7 | //
  8 |
  9 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 10 | import Foundation
 11 |
BUILD FAILURE 6.3 android