The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Spot, reference master (72bca0), with Swift 6.3 for Android on 20 Apr 2026 17:37:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: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/shawnclovie/Spot.git
Reference: master
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/shawnclovie/Spot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 72bca0f feature(network): add URLParameters#header()
Cloned https://github.com/shawnclovie/Spot.git
Revision (git rev-parse @):
72bca0faccd5d33a988850cc5a58b30790ade3a4
SUCCESS checkout https://github.com/shawnclovie/Spot.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/shawnclovie/Spot.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: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/45] Emitting module Spot
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[4/51] Compiling Spot TypeConvertion.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[5/51] Compiling Spot UserDefaultsItem.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[6/51] Compiling Spot Version.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[7/51] Compiling Spot WeakRef.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[8/51] Compiling Spot WeakTimer.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[9/51] Compiling Spot Zip.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[10/51] Compiling Spot MD5Digest.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[11/51] Compiling Spot NotificationObserver.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[12/51] Compiling Spot Ref.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[13/51] Compiling Spot Status.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[14/51] Compiling Spot Suffix.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[15/51] Compiling Spot SynchronizableValue.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[16/51] Compiling Spot AppStoreProductViewController.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[17/51] Compiling Spot UIApplication+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[18/51] Compiling Spot UIImage+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[19/51] Compiling Spot NetworkObserver.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[20/51] Compiling Spot URLConnection.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[21/51] Compiling Spot URLParameters.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[22/51] Compiling Spot HashAlgorithm.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[23/51] Compiling Spot SymmetricCryptor.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[24/51] Compiling Spot Bundle+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[25/51] Compiling Spot CFDictionary+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[26/51] Compiling Spot CGColor+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[27/51] Compiling Spot CGContext+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[28/51] Compiling Spot CGImage+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[29/51] Compiling Spot CGImageSource+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[30/51] Compiling Spot CGSize+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[31/51] Compiling Spot Collection+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[32/51] Compiling Spot Data+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[33/51] Compiling Spot DispatchQueue+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[34/51] Compiling Spot URLRequest+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[35/51] Compiling Spot URLTask.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[36/51] Compiling Spot URLTaskFormFileItem.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[37/51] Compiling Spot AnyCodable.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[38/51] Compiling Spot AttributedError.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[39/51] Compiling Spot CollectionSerializable.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[40/51] Compiling Spot Error+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[41/51] Compiling Spot Notification+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[42/51] Compiling Spot String+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[43/51] Compiling Spot Substring+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[44/51] Compiling Spot UI+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[45/51] Compiling Spot URL+.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[46/51] Compiling Spot DecimalColor.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[47/51] Compiling Spot EventObservable.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[48/51] Compiling Spot GroupSharedData.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[49/51] Compiling Spot KeyValueObserver.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[50/51] Compiling Spot Localization.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
[51/51] Compiling Spot Logger.swift
/host/spi-builder-workspace/Sources/Spot/Crypto/HashAlgorithm.swift:9:8: error: no such module 'CommonCrypto'
 7 |
 8 | import Foundation
 9 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
10 |
11 | public enum HashAlgorithm {
BUILD FAILURE 6.3 android