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 Guardian, reference 1.9.2 (671011), with Swift 6.1 for Android on 11 Dec 2025 22:19:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/auth0/Guardian.swift.git
Reference: 1.9.2
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/auth0/Guardian.swift
 * tag               1.9.2      -> FETCH_HEAD
HEAD is now at 6710115 Release 1.9.2
Cloned https://github.com/auth0/Guardian.swift.git
Revision (git rev-parse @):
67101158b9da161a113656550e7c24920ddd4fc1
SUCCESS checkout https://github.com/auth0/Guardian.swift.git at 1.9.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/auth0/Guardian.swift.git
https://github.com/auth0/Guardian.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Guardian",
  "name" : "Guardian",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Guardian",
      "targets" : [
        "Guardian"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GuardianTests",
      "module_type" : "SwiftTarget",
      "name" : "GuardianTests",
      "path" : "GuardianTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "API/ConsentApiClientSpec.swift",
        "API/GuardianErrorSpec.swift",
        "API/ModelsSpec.swift",
        "API/NoContentSpec.swift",
        "API/RequestSpec.swift",
        "APIClientSpec.swift",
        "AuthenticationSpec.swift",
        "Base32Spec.swift",
        "ConsentSpec.swift",
        "Constants.swift",
        "Enrollment/EnrolledDeviceSpec.swift",
        "Generators/OneTimePasswordGeneratorSpec.swift",
        "GuardianSpec.swift",
        "JWTSpec.swift",
        "Keys+Utils.swift",
        "Keys/ASNPublicKeyDecodableSpec.swift",
        "Keys/AsymmetricPublicKeySpec.swift",
        "Keys/DataRSAPrivateKeyCreationSpec.swift",
        "Keys/DataRSAPrivateKeySpec.swift",
        "Keys/KeychainRSAPrivateKeyCreationSpec.swift",
        "Keys/KeychainRSAPrivateKeySpec.swift",
        "Keys/SigningKeyStorageSpec.swift",
        "Matchers.swift",
        "MockNSURLSession.swift",
        "MockURLProtocol.swift",
        "MockURLProtocolCondition.swift",
        "MockURLResponse.swift",
        "Networking/ClientInfoSpec.swift",
        "Networking/NetworkOperationSpec.swift",
        "Networking/NoContentDecoderSpec.swift",
        "NotificationSpec.swift",
        "Responses.swift"
      ],
      "target_dependencies" : [
        "Guardian"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Guardian",
      "module_type" : "SwiftTarget",
      "name" : "Guardian",
      "path" : "Guardian",
      "product_memberships" : [
        "Guardian"
      ],
      "sources" : [
        "API/API.swift",
        "API/APIClient.swift",
        "API/ConsentAPI.swift",
        "API/ConsentAPIClient.swift",
        "API/DeviceAPI.swift",
        "API/DeviceAPIClient.swift",
        "API/GuardianError.swift",
        "API/JSON.swift",
        "API/Models.swift",
        "API/NoContent.swift",
        "API/Request.swift",
        "Authentication/Authentication.swift",
        "Authentication/AuthenticationDevice.swift",
        "Authentication/Notification/AuthenticationCategory.swift",
        "Authentication/Notification/AuthenticationLocation.swift",
        "Authentication/Notification/AuthenticationNotification.swift",
        "Authentication/Notification/AuthenticationSource.swift",
        "Authentication/Notification/Notification.swift",
        "Crypto/A0HMAC.swift",
        "Crypto/A0RSA.swift",
        "Crypto/A0SHA.swift",
        "Crypto/Base32.swift",
        "Crypto/Data+Base64URL.swift",
        "Crypto/JWT.swift",
        "Enrollment/EnrollRequest.swift",
        "Enrollment/EnrolledDevice.swift",
        "Generators/OneTimePasswordGenerator.swift",
        "Guardian.swift",
        "Keys/ASNPublicKeyDecodable.swift",
        "Keys/AsymmetricPublicKey.swift",
        "Keys/DataRSAPrivateKey.swift",
        "Keys/KeychainRSAPrivateKey.swift",
        "Keys/Keys+Generation.swift",
        "Keys/Keys.swift",
        "Keys/RSA+Utils.swift",
        "Networking/Additions.swift",
        "Networking/ClientInfo.swift",
        "Networking/CodableAdditions.swift",
        "Networking/Events.swift",
        "Networking/NetworkError.swift",
        "Networking/NetworkOperation.swift",
        "Networking/NoContentDecoder.swift",
        "Networking/Operation.swift",
        "Networking/Result.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14859] Fetching quick
[2230/34663] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.63s)
Fetched https://github.com/Quick/Nimble.git from cache (1.65s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 12.3.0 (5.38s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.77s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.43s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.65s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.46s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (0.70s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/16898] Fetching swift-argument-parser
[2029/22939] Fetching swift-argument-parser, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.99s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.76s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.85s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.71s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 12.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Guardian/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/48] Emitting module Guardian
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[10/53] Compiling Guardian NetworkError.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[11/53] Compiling Guardian NetworkOperation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[12/53] Compiling Guardian NoContentDecoder.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[13/53] Compiling Guardian Operation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[14/53] Compiling Guardian Result.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[15/53] Compiling Guardian AsymmetricPublicKey.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[16/53] Compiling Guardian DataRSAPrivateKey.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[17/53] Compiling Guardian KeychainRSAPrivateKey.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[18/53] Compiling Guardian Keys+Generation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[19/53] Compiling Guardian Keys.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[20/53] Compiling Guardian EnrollRequest.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[21/53] Compiling Guardian EnrolledDevice.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[22/53] Compiling Guardian OneTimePasswordGenerator.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[23/53] Compiling Guardian Guardian.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[24/53] Compiling Guardian ASNPublicKeyDecodable.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[25/53] Compiling Guardian API.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[26/53] Compiling Guardian APIClient.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[27/53] Compiling Guardian ConsentAPI.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[28/53] Compiling Guardian ConsentAPIClient.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[29/53] Compiling Guardian DeviceAPI.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[30/53] Compiling Guardian DeviceAPIClient.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[31/53] Compiling Guardian AuthenticationDevice.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[32/53] Compiling Guardian AuthenticationCategory.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[33/53] Compiling Guardian AuthenticationLocation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[34/53] Compiling Guardian AuthenticationNotification.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[35/53] Compiling Guardian AuthenticationSource.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[36/53] Compiling Guardian Notification.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[37/53] Compiling Guardian GuardianError.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[38/53] Compiling Guardian JSON.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[39/53] Compiling Guardian Models.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[40/53] Compiling Guardian NoContent.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[41/53] Compiling Guardian Request.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[42/53] Compiling Guardian Authentication.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[43/53] Compiling Guardian RSA+Utils.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[44/53] Compiling Guardian Additions.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[45/53] Compiling Guardian ClientInfo.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[46/53] Compiling Guardian CodableAdditions.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[47/53] Compiling Guardian Events.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[48/53] Compiling Guardian A0HMAC.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[49/53] Compiling Guardian A0RSA.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[50/53] Compiling Guardian A0SHA.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[51/53] Compiling Guardian Base32.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[52/53] Compiling Guardian Data+Base64URL.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[53/53] Compiling Guardian JWT.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/GuardianTests/Data/README.md
    /host/spi-builder-workspace/GuardianTests/GuardianTests.xctestplan
    /host/spi-builder-workspace/GuardianTests/Data/guardian-test.public.json
    /host/spi-builder-workspace/GuardianTests/Data/guardian-test.public.pem
    /host/spi-builder-workspace/GuardianTests/Data/guardian-test.private.pem
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Guardian/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/47] Compiling Guardian AuthenticationDevice.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[9/47] Compiling Guardian AuthenticationCategory.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[10/47] Compiling Guardian AuthenticationLocation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[11/47] Compiling Guardian AuthenticationNotification.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[12/47] Compiling Guardian AuthenticationSource.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[13/47] Compiling Guardian Notification.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[14/47] Compiling Guardian API.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[15/47] Compiling Guardian APIClient.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[16/47] Compiling Guardian ConsentAPI.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[17/47] Compiling Guardian ConsentAPIClient.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[18/47] Compiling Guardian DeviceAPI.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[19/47] Compiling Guardian DeviceAPIClient.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/52] Emitting module Guardian
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[21/52] Compiling Guardian NetworkError.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[22/52] Compiling Guardian NetworkOperation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[23/52] Compiling Guardian NoContentDecoder.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[24/52] Compiling Guardian Operation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[25/52] Compiling Guardian Result.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[26/52] Compiling Guardian EnrollRequest.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[27/52] Compiling Guardian EnrolledDevice.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[28/52] Compiling Guardian OneTimePasswordGenerator.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[29/52] Compiling Guardian Guardian.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[30/52] Compiling Guardian ASNPublicKeyDecodable.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[31/52] Compiling Guardian RSA+Utils.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[32/52] Compiling Guardian Additions.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[33/52] Compiling Guardian ClientInfo.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[34/52] Compiling Guardian CodableAdditions.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[35/52] Compiling Guardian Events.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[36/52] Compiling Guardian AsymmetricPublicKey.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[37/52] Compiling Guardian DataRSAPrivateKey.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[38/52] Compiling Guardian KeychainRSAPrivateKey.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[39/52] Compiling Guardian Keys+Generation.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[40/52] Compiling Guardian Keys.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[41/52] Compiling Guardian A0HMAC.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[42/52] Compiling Guardian A0RSA.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[43/52] Compiling Guardian A0SHA.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[44/52] Compiling Guardian Base32.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[45/52] Compiling Guardian Data+Base64URL.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[46/52] Compiling Guardian JWT.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[47/52] Compiling Guardian GuardianError.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[48/52] Compiling Guardian JSON.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[49/52] Compiling Guardian Models.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[50/52] Compiling Guardian NoContent.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[51/52] Compiling Guardian Request.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
[52/52] Compiling Guardian Authentication.swift
/host/spi-builder-workspace/Guardian/API/ConsentAPIClient.swift:24:8: error: no such module 'CryptoKit'
22 |
23 | import Foundation
24 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
25 |
26 | struct ConsentAPIClient : ConsentAPI {
BUILD FAILURE 6.1 android