The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-confidential, reference 0.4.0 (187036), with Swift 6.2 (beta) for Android on 23 Jun 2025 10:09:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/securevale/swift-confidential.git
Reference: 0.4.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/securevale/swift-confidential
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 187036e Update README
Cloned https://github.com/securevale/swift-confidential.git
Revision (git rev-parse @):
187036e2f8532ec220ed5937bf94794db30c6989
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/securevale/swift-confidential.git at 0.4.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/securevale/swift-confidential.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70926] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.38s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (10.50s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/39] Write sources
[20/39] Compiling _SwiftSyntaxCShims dummy.c
[21/39] Write swift-version-8C5A4AE7A8CE2BA.txt
[23/55] Emitting module SwiftSyntax510
[24/57] Emitting module SwiftSyntax509
[25/57] Compiling ConfidentialUtils TypeInfo.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[26/57] Compiling SwiftSyntax509 Empty.swift
[27/58] Compiling ConfidentialUtils BinaryInteger+Bytes.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[28/58] Compiling ConfidentialUtils FixedWidthInteger+ByteWidth.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[29/58] Compiling SwiftSyntax600 Empty.swift
[30/58] Emitting module SwiftSyntax600
[31/58] Compiling SwiftSyntax510 Empty.swift
[34/60] Wrapping AST for SwiftSyntax509 for debugging
[35/60] Wrapping AST for SwiftSyntax600 for debugging
[36/60] Wrapping AST for SwiftSyntax510 for debugging
[38/124] Compiling SwiftSyntax AbsolutePosition.swift
[39/124] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[40/124] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[41/124] Compiling SwiftSyntax Assert.swift
[42/124] Compiling SwiftSyntax BumpPtrAllocator.swift
[43/124] Compiling SwiftSyntax CommonAncestor.swift
[44/124] Compiling SwiftSyntax Convenience.swift
[45/124] Compiling SwiftSyntax CustomTraits.swift
[46/124] Compiling SwiftSyntax Identifier.swift
[47/132] Compiling ConfidentialUtils SymmetricKeySize+ByteCount.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
[48/132] Compiling ConfidentialUtils NSData.CompressionAlgorithm+MagicNumbers.swift
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/132] Emitting module ConfidentialUtils
/host/spi-builder-workspace/Sources/ConfidentialUtils/Extensions/CryptoKit/SymmetricKeySize/SymmetricKeySize+ByteCount.swift:1:8: error: no such module 'CryptoKit'
 1 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 2 |
 3 | package extension SymmetricKeySize {
BUILD FAILURE 6.2 android