The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HavenFeedParser, reference main (8104b8), with Swift 6.2 for Linux on 15 Apr 2026 16:02:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Haven-Apps/HavenFeedParser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/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 |
[4/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 |
[5/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 |
[6/28] 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 |
[7/28] 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 |
[8/28] 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 |
[9/28] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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 |
[11/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 |
[12/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 |
[13/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 |
[14/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 |
[15/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 |
[16/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 |
[17/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 |
[18/31] 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 |
[19/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 |
[20/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 |
[21/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 |
[22/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 |
[23/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 |
[24/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 |
[25/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 |
[26/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 |
[27/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 |
[28/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 |
[29/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 |
[30/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 |
[31/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 |
BUILD FAILURE 6.2 linux