The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftExtensionsPack, reference 2.2.7 (0c9b81), with Swift 6.2 for Android on 2 May 2026 05:19:31 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.2-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/nerzh/swift-extensions-pack.git
Reference: 2.2.7
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/nerzh/swift-extensions-pack
 * tag               2.2.7      -> FETCH_HEAD
HEAD is now at 0c9b811 try fix round  for android
Cloned https://github.com/nerzh/swift-extensions-pack.git
Revision (git rev-parse @):
0c9b811dabede27030aef01c1b8e9a94f8ebae25
SUCCESS checkout https://github.com/nerzh/swift-extensions-pack.git at 2.2.7
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nerzh/swift-extensions-pack.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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/nerzh/swift-regular-expression
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/bytehubio/ed25519
[1/179] Fetching ed25519
[180/240] Fetching ed25519, swift-regular-expression
[241/17697] Fetching ed25519, swift-regular-expression, swift-crypto
Fetched https://github.com/bytehubio/ed25519 from cache (0.44s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (0.44s)
[524/17457] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (2.46s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (3.44s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (2.45s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (3.39s)
Fetching https://github.com/apple/swift-asn1.git
[1/1813] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.76s)
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/bytehubio/ed25519
Working copy of https://github.com/bytehubio/ed25519 resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.5.0
Building for debugging...
[0/14] Write sources
[3/14] Compiling CEd25519 add_scalar.c
[4/14] Compiling CEd25519 sign.c
[5/14] Write swift-version--11D90AFD9DD3AB2.txt
[6/14] Compiling CEd25519 verify.c
[7/14] Compiling CEd25519 key_exchange.c
[7/14] Compiling CEd25519 seed.c
[9/14] Compiling CEd25519 keypair.c
[10/14] Compiling CEd25519 sha512.c
[11/14] Compiling CEd25519 sc.c
[12/16] Compiling CEd25519 ge.c
[13/16] Compiling CEd25519 fe.c
[15/22] Compiling Ed25519 Seed.swift
[16/22] Compiling Ed25519 PublicKey.swift
[17/22] Compiling Ed25519 PrivateKey.swift
[18/22] Compiling Ed25519 KeyPair.swift
[19/22] Emitting module Ed25519
[20/22] Compiling Ed25519 Error.swift
[22/23] Emitting module SwiftRegularExpression
[23/23] Compiling SwiftRegularExpression String+Regexp.swift
[25/57] Compiling SwiftExtensionsPack Protocols.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[26/57] Compiling SwiftExtensionsPack Runtime.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[27/57] Compiling SwiftExtensionsPack SafeValue.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[28/57] Compiling SwiftExtensionsPack AES.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[29/57] Compiling SwiftExtensionsPack ByteArray+Bits.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[30/61] Compiling SwiftExtensionsPack Float.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[31/61] Compiling SwiftExtensionsPack HTTP.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[32/61] Compiling SwiftExtensionsPack String+Chunks.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[33/61] Compiling SwiftExtensionsPack String+Date.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[34/61] Compiling SwiftExtensionsPack CommonClasses.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
34 |     var localizedDescription: String { self.description }
35 |
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[35/61] Compiling SwiftExtensionsPack CommonMethods.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
34 |     var localizedDescription: String { self.description }
35 |
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[36/61] Compiling SwiftExtensionsPack ErrorCommon.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
34 |     var localizedDescription: String { self.description }
35 |
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[37/61] Compiling SwiftExtensionsPack Limiter.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
34 |     var localizedDescription: String { self.description }
35 |
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[38/61] Compiling SwiftExtensionsPack ObjectIdentifier.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
34 |     var localizedDescription: String { self.description }
35 |
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[39/61] Compiling SwiftExtensionsPack SHA.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[40/61] Compiling SwiftExtensionsPack String+Extension.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[41/61] Compiling SwiftExtensionsPack Date+String.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[42/61] Compiling SwiftExtensionsPack DateCommon.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[43/61] Compiling SwiftExtensionsPack Dictionary+JSON.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[44/61] Compiling SwiftExtensionsPack DictionaryCommon.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[45/61] Compiling SwiftExtensionsPack SafeDictionary.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[46/61] Compiling SwiftExtensionsPack Double.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[47/61] Compiling SwiftExtensionsPack Data+Extension.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[48/61] Compiling SwiftExtensionsPack Ed25519.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[49/61] Compiling SwiftExtensionsPack HexaDecimal.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[50/61] Compiling SwiftExtensionsPack Hmac.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[51/61] Compiling SwiftExtensionsPack RandomBytes.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[52/61] Compiling SwiftExtensionsPack String+JSON.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[53/61] Compiling SwiftExtensionsPack StringCommon.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[54/61] Compiling SwiftExtensionsPack String+Crypto.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[55/61] Compiling SwiftExtensionsPack String+Height.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/61] Emitting module SwiftExtensionsPack
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
34 |     var localizedDescription: String { self.description }
35 |
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[57/61] Compiling SwiftExtensionsPack SafeArray.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[58/61] Compiling SwiftExtensionsPack Sequence+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[59/61] Compiling SwiftExtensionsPack Codable+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[60/61] Compiling SwiftExtensionsPack AnyValue.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
[61/61] Compiling SwiftExtensionsPack Atomic.swift
/host/spi-builder-workspace/Sources/SwiftExtensionsPack/Crypto/AES.swift:12:8: error: no such module 'Crypto'
10 | import Crypto
11 | #elseif os(Android)
12 | import Crypto
   |        `- error: no such module 'Crypto'
13 | #else
14 | import CryptoKit
BUILD FAILURE 6.2 android