The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NerdzAppUpdates, reference master (f0ed59), with Swift 6.1 for Android on 28 May 2025 15:27:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdzlab/NerdzAppUpdates.git
Reference: master
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/nerdzlab/NerdzAppUpdates
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f0ed596 - fixed crash;
Cloned https://github.com/nerdzlab/NerdzAppUpdates.git
Revision (git rev-parse @):
f0ed5961d5fe52f7aa68aa0a657412f93cde51ea
SUCCESS checkout https://github.com/nerdzlab/NerdzAppUpdates.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerdzlab/NerdzAppUpdates.git
https://github.com/nerdzlab/NerdzAppUpdates.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nerdznetworking",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdzlab/NerdzNetworking.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mrackwitz/Version.git"
    },
    {
      "identity" : "nerdzutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.91",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerdzlab/NerdzUtils.git"
    },
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk.git"
    }
  ],
  "manifest_display_name" : "NerdzAppUpdates",
  "name" : "NerdzAppUpdates",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "NerdzAppUpdates",
      "targets" : [
        "NerdzAppUpdates"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NerdzAppUpdates",
      "module_type" : "SwiftTarget",
      "name" : "NerdzAppUpdates",
      "path" : "Sources/NerdzAppUpdates",
      "product_dependencies" : [
        "NerdzUtils",
        "NerdzNetworking",
        "Version",
        "FirebaseRemoteConfig"
      ],
      "product_memberships" : [
        "NerdzAppUpdates"
      ],
      "sources" : [
        "General/Models/Internal/AppUpdateType.swift",
        "General/Models/Internal/HardUpdate/HardUpdateMode.swift",
        "General/Models/Internal/HardUpdate/HardUpdateScreenType.swift",
        "General/Models/Internal/LoadingIndicationMode.swift",
        "General/Models/Internal/LoadingIndicationScreenType.swift",
        "General/Models/Internal/SoftUpdate/SoftUpdateMode.swift",
        "General/Models/Internal/SoftUpdate/SoftUpdateScreenType.swift",
        "General/Models/Internal/VersionVerifierError.swift",
        "General/Typealiases/Typealiases.swift",
        "General/VersionVerifier.swift",
        "VersionProviders/AppStore/AppStoreCountry.swift",
        "VersionProviders/AppStore/AppStoreErrorResponseModel.swift",
        "VersionProviders/AppStore/AppStoreResponseApiModel.swift",
        "VersionProviders/AppStore/AppStoreVersionProvider.swift",
        "VersionProviders/AppStore/GetLatestAppStoreVersionRequest.swift",
        "VersionProviders/Firebase/FirebaseConfigVersionProvider.swift",
        "VersionProviders/VersionProviderType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nerdzlab/NerdzNetworking.git
Fetching https://github.com/nerdzlab/NerdzUtils.git
Fetching https://github.com/firebase/firebase-ios-sdk.git
Fetching https://github.com/mrackwitz/Version.git
[1/1530] Fetching nerdznetworking
[736/2378] Fetching nerdznetworking, version
[1737/3982] Fetching nerdznetworking, version, nerdzutils
Fetched https://github.com/mrackwitz/Version.git from cache (0.42s)
[1948/3134] Fetching nerdznetworking, nerdzutils
[3135/373897] Fetching nerdznetworking, nerdzutils, firebase-ios-sdk
Fetched https://github.com/nerdzlab/NerdzUtils.git from cache (19.40s)
Fetched https://github.com/nerdzlab/NerdzNetworking.git from cache (19.40s)
Fetched https://github.com/firebase/firebase-ios-sdk.git from cache (19.86s)
Computing version for https://github.com/mrackwitz/Version.git
Computed https://github.com/mrackwitz/Version.git at 0.8.0 (20.75s)
Computing version for https://github.com/nerdzlab/NerdzNetworking.git
Computed https://github.com/nerdzlab/NerdzNetworking.git at 2.0.2 (0.92s)
Fetching https://github.com/datatheorem/TrustKit.git
[1/7037] Fetching trustkit
Fetched https://github.com/datatheorem/TrustKit.git from cache (0.95s)
Computing version for https://github.com/datatheorem/TrustKit.git
Computed https://github.com/datatheorem/TrustKit.git at 3.0.6 (1.68s)
Computing version for https://github.com/nerdzlab/NerdzUtils.git
Computed https://github.com/nerdzlab/NerdzUtils.git at 1.1.0 (0.73s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.64s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.21s)
Computing version for https://github.com/firebase/firebase-ios-sdk.git
Computed https://github.com/firebase/firebase-ios-sdk.git at 11.13.0 (23.75s)
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/abseil-cpp-binary.git
Fetching https://github.com/firebase/leveldb.git
[1/149] Fetching grpc-binary
[150/2332] Fetching grpc-binary, app-check
[216/2607] Fetching grpc-binary, app-check, interop-ios-for-google-sdks
[1582/5961] Fetching grpc-binary, app-check, interop-ios-for-google-sdks, leveldb
[2321/6061] Fetching grpc-binary, app-check, interop-ios-for-google-sdks, leveldb, abseil-cpp-binary
Fetching https://github.com/firebase/nanopb.git
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (0.31s)
Fetching https://github.com/google/gtm-session-fetcher.git
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.38s)
Fetched https://github.com/google/grpc-binary.git from cache (0.38s)
Fetched https://github.com/google/app-check.git from cache (0.39s)
Fetching https://github.com/google/GoogleUtilities.git
Fetched https://github.com/firebase/leveldb.git from cache (0.39s)
Fetching https://github.com/google/GoogleDataTransport.git
Fetching https://github.com/apple/swift-protobuf.git
[1/8285] Fetching nanopb
[1741/12768] Fetching nanopb, gtm-session-fetcher
[3028/18642] Fetching nanopb, gtm-session-fetcher, googledatatransport
[9243/23719] Fetching nanopb, gtm-session-fetcher, googledatatransport, googleutilities
Fetched https://github.com/google/GoogleDataTransport.git from cache (0.52s)
Fetching https://github.com/google/promises.git
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/google/GoogleUtilities.git from cache (0.53s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.62s)
Fetched https://github.com/firebase/nanopb.git from cache (0.72s)
[1/2442] Fetching promises
[392/2904] Fetching promises, googleappmeasurement
[2905/41873] Fetching promises, googleappmeasurement, swift-protobuf
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (0.40s)
[2832/41411] Fetching promises, swift-protobuf
Fetched https://github.com/google/promises.git from cache (0.42s)
[1170/38969] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (7.05s)
Computing version for https://github.com/google/interop-ios-for-google-sdks.git
Computed https://github.com/google/interop-ios-for-google-sdks.git at 101.0.0 (8.86s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.0 (0.56s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (0.90s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (0.52s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.55s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 11.13.0 (0.52s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.52s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.50s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.51s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (1.11s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 4.5.0 (0.57s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.46s)
Creating working copy for https://github.com/google/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/nerdzlab/NerdzNetworking.git
Working copy of https://github.com/nerdzlab/NerdzNetworking.git resolved at 2.0.2
Creating working copy for https://github.com/nerdzlab/NerdzUtils.git
Working copy of https://github.com/nerdzlab/NerdzUtils.git resolved at 1.1.0
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 4.5.0
Creating working copy for https://github.com/datatheorem/TrustKit.git
Working copy of https://github.com/datatheorem/TrustKit.git resolved at 3.0.6
Creating working copy for https://github.com/firebase/nanopb.git
Working copy of https://github.com/firebase/nanopb.git resolved at 2.30910.0
Creating working copy for https://github.com/google/app-check.git
Working copy of https://github.com/google/app-check.git resolved at 11.2.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 11.13.0
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/google/grpc-binary.git
Working copy of https://github.com/google/grpc-binary.git resolved at 1.69.0
Creating working copy for https://github.com/google/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 101.0.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
Creating working copy for https://github.com/firebase/firebase-ios-sdk.git
Working copy of https://github.com/firebase/firebase-ios-sdk.git resolved at 11.13.0
Creating working copy for https://github.com/mrackwitz/Version.git
Working copy of https://github.com/mrackwitz/Version.git resolved at 0.8.0
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
[1369/72857] Downloading https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip
[74226/19256744] Downloading https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip
[489238/19964476] Downloading https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementIdentitySupport.zip (0.49s)
[603924/19891619] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip
[1106164/22927124] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip
[3206523/126238738] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip
[5424353/136528744] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.13.0/FirebaseAnalytics.zip (0.68s)
[8001807/135821012] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurementOnDeviceConversion.zip (0.95s)
[28571306/132785507] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip
[38716684/161079787] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip
[44199661/173390173] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/11.13.0/GoogleAppMeasurement.zip (2.30s)
[143821368/163100167] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[163116542/186320044] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/openssl_grpc.zip (5.26s)
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (5.61s)
Downloaded https://dl.google.com/firebase/ios/bin/firestore/11.13.0/rc0/FirebaseFirestoreInternal.zip (6.90s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpcpp.zip (29.10s)
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.0/rc0/grpc.zip (45.68s)
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/49] Write sources
[9/49] Copying PrivacyInfo.xcprivacy
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[11/49] Compiling TrustKit TrustKit.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[11/49] Compiling TrustKit TSKTrustKitConfig.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[11/49] Compiling TrustKit resource_bundle_accessor.m
[11/49] Compiling TrustKit TSKPinningValidatorResult.m
[11/49] Compiling TrustKit TSKPinningValidator.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[11/49] Compiling TrustKit configuration_utils.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[11/49] Compiling TrustKit parse_configuration.m
[11/49] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling TrustKit resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling TrustKit TSKTrustKitConfig.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling TrustKit TSKPinningValidatorResult.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling TrustKit TrustKit.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/39] Compiling TrustKit TSKPinningValidator.m
[1/39] Write swift-version-24593BA9C3E375BF.txt
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/39] Compiling TrustKit parse_configuration.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/aarch64-unknown-linux-android24/debug/TrustKit.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[1/39] Compiling TrustKit configuration_utils.m
BUILD FAILURE 6.1 android