Build Information
Failed to build SpotCache, reference 1.0.1 (a4195c), with Swift 6.1 for Android on 27 May 2025 08:53:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shawnclovie/spotcache.git
Reference: 1.0.1
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/spotcache
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at a4195ca remove scaleFactor of CacheOption since wasn't used. append connection to CacheOption for make request. change CacheFetchingInfo#task as weak.
Cloned https://github.com/shawnclovie/spotcache.git
Revision (git rev-parse @):
a4195ca246d6c228b1430bbc0076d74c8c9f496c
SUCCESS checkout https://github.com/shawnclovie/spotcache.git at 1.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/shawnclovie/spotcache.git
https://github.com/shawnclovie/spotcache.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "spot",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shawnclovie/Spot"
}
],
"manifest_display_name" : "SpotCache",
"name" : "SpotCache",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SpotCache",
"targets" : [
"SpotCache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpotCacheTests",
"module_type" : "SwiftTarget",
"name" : "SpotCacheTests",
"path" : "Sources/SpotCacheTests",
"product_dependencies" : [
"Spot"
],
"sources" : [
"SpotCacheTests.swift"
],
"target_dependencies" : [
"SpotCache"
],
"type" : "test"
},
{
"c99name" : "SpotCache",
"module_type" : "SwiftTarget",
"name" : "SpotCache",
"path" : "Sources/SpotCache",
"product_dependencies" : [
"Spot"
],
"product_memberships" : [
"SpotCache"
],
"sources" : [
"Cache.swift",
"CacheFetchingInfo.swift",
"CacheOption.swift",
"DataConvertable.swift",
"Extension+DataConvertable.swift",
"SpotCache.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/shawnclovie/Spot
[1/358] Fetching spot
Fetched https://github.com/shawnclovie/Spot from cache (0.23s)
Computing version for https://github.com/shawnclovie/Spot
Computed https://github.com/shawnclovie/Spot at 1.2.1 (0.79s)
Creating working copy for https://github.com/shawnclovie/Spot
Working copy of https://github.com/shawnclovie/Spot resolved at 1.2.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/46] Compiling Spot URLRequest+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot URLTask.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot URLTaskFormFileItem.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot AttributedError.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot CollectionSerializable.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot AppStoreProductViewController.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot UIApplication+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot UIImage+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot NetworkObserver.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot URLConnection.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot URLParameters.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot DecimalColor.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot EventObservable.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot GroupSharedData.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot KeyValueObserver.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot Localization.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/46] Compiling Spot Logger.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot MD5Digest.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot NotificationObserver.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Ref.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Status.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Suffix.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot SynchronizableValue.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot CGImage+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot CGImageSource+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot CGSize+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Collection+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Data+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot DispatchQueue+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Error+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Notification+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot String+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Substring+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot UI+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot URL+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/52] Emitting module Spot
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot HashAlgorithm.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot SymmetricCryptor.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Bundle+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot CFDictionary+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot CGColor+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot CGContext+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot TypeConvertion.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot UserDefaultsItem.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot Version.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot WeakRef.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/52] Compiling Spot WeakTimer.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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 {
[52/52] Compiling Spot Zip.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling Spot AppStoreProductViewController.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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 {
[3/44] Compiling Spot UIApplication+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/44] Compiling Spot UIImage+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/44] Compiling Spot NetworkObserver.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/44] Compiling Spot URLConnection.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/44] Compiling Spot URLParameters.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/50] Emitting module Spot
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot TypeConvertion.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot UserDefaultsItem.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Version.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot WeakRef.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot WeakTimer.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Zip.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot URLRequest+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot URLTask.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot URLTaskFormFileItem.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot AttributedError.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot CollectionSerializable.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot MD5Digest.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot NotificationObserver.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Ref.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Status.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Suffix.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot SynchronizableValue.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot HashAlgorithm.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot SymmetricCryptor.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Bundle+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot CFDictionary+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot CGColor+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot CGContext+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot DecimalColor.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot EventObservable.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot GroupSharedData.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot KeyValueObserver.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Localization.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Logger.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Error+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Notification+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot String+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Substring+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot UI+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot URL+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot CGImage+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot CGImageSource+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot CGSize+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Collection+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot Data+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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/50] Compiling Spot DispatchQueue+.swift
/host/spi-builder-workspace/.build/checkouts/Spot/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.1 android