Build Information
Failed to build PinGuard, reference 0.1.0 (582f40), with Swift 6.1 for Android on 16 Feb 2026 13:49:57 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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pinguard/pinguard-ios.git
Reference: 0.1.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/pinguard/pinguard-ios
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 582f404 Merge pull request #11 from pinguard/release-prep
Cloned https://github.com/pinguard/pinguard-ios.git
Revision (git rev-parse @):
582f404003fa590c42444e8496efca2b8335f8d1
SUCCESS checkout https://github.com/pinguard/pinguard-ios.git at 0.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pinguard/pinguard-ios.git
https://github.com/pinguard/pinguard-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "PinGuard",
"name" : "PinGuard",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PinGuard",
"targets" : [
"PinGuard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PinGuardTests",
"module_type" : "SwiftTarget",
"name" : "PinGuardTests",
"path" : "Tests/PinGuardTests",
"sources" : [
"HostMatcherTests.swift",
"PinGuardPolicyTests.swift",
"PinHasherTests.swift",
"PolicyResolverTests.swift",
"RemoteConfigVerificationTests.swift",
"ThreadSafetyTests.swift",
"TrustEvaluatorTests.swift"
],
"target_dependencies" : [
"PinGuard"
],
"type" : "test"
},
{
"c99name" : "PinGuard",
"module_type" : "SwiftTarget",
"name" : "PinGuard",
"path" : "Sources/PinGuard",
"product_memberships" : [
"PinGuard"
],
"sources" : [
"Core/CertificateChain.swift",
"Core/Errors.swift",
"Core/Events.swift",
"Core/HostMatcher.swift",
"Core/PinHasher.swift",
"Core/PinningPolicy.swift",
"Core/RemoteConfig.swift",
"Core/RemoteConfigVerification.swift",
"Core/TrustEvaluator.swift",
"Networking/ChallengeHandler.swift",
"Networking/URLSessionDelegateProxy.swift",
"Public/PinGuard.swift",
"Public/PinGuardBuilder.swift",
"Public/PinGuardConfiguration.swift",
"Public/PinGuardEnvironment.swift",
"TLS/ClientCertificate.swift",
"TLS/MTLSConfiguration.swift",
"Utils/Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/19] Compiling PinGuard HostMatcher.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[4/19] Compiling PinGuard PinHasher.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[5/19] Compiling PinGuard PinningPolicy.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[6/21] Compiling PinGuard PinGuardEnvironment.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[7/21] Compiling PinGuard ClientCertificate.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/21] Emitting module PinGuard
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[9/21] Compiling PinGuard TrustEvaluator.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[10/21] Compiling PinGuard ChallengeHandler.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[11/21] Compiling PinGuard URLSessionDelegateProxy.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[12/21] Compiling PinGuard PinGuard.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[13/21] Compiling PinGuard PinGuardBuilder.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[14/21] Compiling PinGuard PinGuardConfiguration.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[15/21] Compiling PinGuard CertificateChain.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[16/21] Compiling PinGuard Errors.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[17/21] Compiling PinGuard Events.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[18/21] Compiling PinGuard RemoteConfig.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[19/21] Compiling PinGuard RemoteConfigVerification.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[20/21] Compiling PinGuard MTLSConfiguration.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[21/21] Compiling PinGuard Logger.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
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/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/18] Compiling PinGuard URLSessionDelegateProxy.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[3/18] Compiling PinGuard PinGuard.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[4/20] Compiling PinGuard PinGuardBuilder.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[5/20] Compiling PinGuard PinGuardConfiguration.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[6/20] Compiling PinGuard TrustEvaluator.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[7/20] Compiling PinGuard ChallengeHandler.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[8/20] Compiling PinGuard RemoteConfig.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[9/20] Compiling PinGuard RemoteConfigVerification.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/20] Emitting module PinGuard
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[11/20] Compiling PinGuard PinGuardEnvironment.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[12/20] Compiling PinGuard ClientCertificate.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[13/20] Compiling PinGuard MTLSConfiguration.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[14/20] Compiling PinGuard Logger.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[15/20] Compiling PinGuard CertificateChain.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[16/20] Compiling PinGuard Errors.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[17/20] Compiling PinGuard Events.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[18/20] Compiling PinGuard HostMatcher.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[19/20] Compiling PinGuard PinHasher.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
[20/20] Compiling PinGuard PinningPolicy.swift
/host/spi-builder-workspace/Sources/PinGuard/Core/CertificateChain.swift:9:8: error: no such module 'Security'
7 |
8 | import Foundation
9 | import Security
| `- error: no such module 'Security'
10 |
11 | struct CertificateChain {
BUILD FAILURE 6.1 android