Build Information
Failed to build HavenFeedParser, reference 0.9.0 (fe9890), with Swift 6.3 for Android on 15 Apr 2026 16:01:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Haven-Apps/HavenFeedParser.git
Reference: 0.9.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/Haven-Apps/HavenFeedParser
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at fe9890d more improvements
Cloned https://github.com/Haven-Apps/HavenFeedParser.git
Revision (git rev-parse @):
fe9890d517f530c8c505e6dee40b5da1ab4d28ac
SUCCESS checkout https://github.com/Haven-Apps/HavenFeedParser.git at 0.9.0
========================================
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-3":/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/31] 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/31] 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/31] 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/31] 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/31] 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 |
[9/31] 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 |
[10/31] 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 |
[11/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 |
[12/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 |
[13/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 |
[14/31] 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 |
[15/31] 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 |
[16/31] 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 |
[17/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 |
[18/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 |
[19/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 |
[20/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 |
[21/31] 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 |
[22/31] 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 |
[23/31] 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 |
[24/31] 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 |
[25/31] 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 |
[26/31] 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 |
[27/31] 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 |
[28/31] 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 |
[29/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 |
[30/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 |
[31/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 |
BUILD FAILURE 6.3 android