The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WebClient, reference v1.1.0 (e1781c), with Swift 6.1 for Android on 16 Jan 2026 14:33:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Kosikowski/WebClient.git
Reference: v1.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/Kosikowski/WebClient
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at e1781cb Rate Limiter + Cert Pinning (#1)
Cloned https://github.com/Kosikowski/WebClient.git
Revision (git rev-parse @):
e1781cb5d314eeaaed5bebb209d55e34f759ed80
SUCCESS checkout https://github.com/Kosikowski/WebClient.git at v1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kosikowski/WebClient.git
https://github.com/Kosikowski/WebClient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WebClient",
  "name" : "WebClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "WebClient",
      "targets" : [
        "WebClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebClientTests",
      "module_type" : "SwiftTarget",
      "name" : "WebClientTests",
      "path" : "Tests/WebClientTests",
      "sources" : [
        "WebClientTests.swift"
      ],
      "target_dependencies" : [
        "WebClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebClient",
      "module_type" : "SwiftTarget",
      "name" : "WebClient",
      "path" : "Sources/WebClient",
      "product_memberships" : [
        "WebClient"
      ],
      "sources" : [
        "Caching/CacheInterceptor.swift",
        "Caching/ResponseCache.swift",
        "Configuration/RetryPolicy.swift",
        "Configuration/WebClientConfiguration.swift",
        "Errors/WebClientError.swift",
        "Exports.swift",
        "Multipart/MultipartEndpoint.swift",
        "Multipart/MultipartFormData.swift",
        "Multipart/WebClient+Multipart.swift",
        "Progress/DownloadEndpoint.swift",
        "Progress/DownloadProgress.swift",
        "Progress/WebClient+Download.swift",
        "Protocols/Decoding.swift",
        "Protocols/Encoding.swift",
        "Protocols/Endpoint.swift",
        "Protocols/EndpointInvoking.swift",
        "Protocols/HTTPMethod.swift",
        "Protocols/Interceptors.swift",
        "Protocols/RequestProviding.swift",
        "Protocols/ResponseHandling.swift",
        "Protocols/StreamingEndpoint.swift",
        "RateLimiting/RateLimitInterceptor.swift",
        "RateLimiting/RateLimiter.swift",
        "Security/CertificatePinning.swift",
        "Security/PinningSessionDelegate.swift",
        "Testing/MockWebClient.swift",
        "Types/PathComponent.swift",
        "WebClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/28] Emitting module WebClient
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[4/31] Compiling WebClient WebClient+Multipart.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[5/31] Compiling WebClient DownloadEndpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[6/31] Compiling WebClient DownloadProgress.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[7/31] Compiling WebClient WebClient+Download.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[8/31] Compiling WebClient RateLimiter.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[9/31] Compiling WebClient CertificatePinning.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[10/31] Compiling WebClient PinningSessionDelegate.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[11/31] Compiling WebClient ResponseHandling.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[12/31] Compiling WebClient StreamingEndpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[13/31] Compiling WebClient RateLimitInterceptor.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[14/31] Compiling WebClient WebClientError.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[15/31] Compiling WebClient Exports.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[16/31] Compiling WebClient MultipartEndpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[17/31] Compiling WebClient MultipartFormData.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[18/31] Compiling WebClient Decoding.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[19/31] Compiling WebClient Encoding.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[20/31] Compiling WebClient Endpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[21/31] Compiling WebClient EndpointInvoking.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[22/31] Compiling WebClient CacheInterceptor.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[23/31] Compiling WebClient ResponseCache.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[24/31] Compiling WebClient RetryPolicy.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[25/31] Compiling WebClient WebClientConfiguration.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[26/31] Compiling WebClient MockWebClient.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[27/31] Compiling WebClient PathComponent.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[28/31] Compiling WebClient WebClient.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[29/31] Compiling WebClient HTTPMethod.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[30/31] Compiling WebClient Interceptors.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[31/31] Compiling WebClient RequestProviding.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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/27] Compiling WebClient Decoding.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[3/27] Compiling WebClient Encoding.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[4/27] Compiling WebClient Endpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[5/27] Compiling WebClient EndpointInvoking.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[6/30] Compiling WebClient WebClient+Multipart.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[7/30] Compiling WebClient DownloadEndpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[8/30] Compiling WebClient DownloadProgress.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[9/30] Compiling WebClient WebClient+Download.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[10/30] Compiling WebClient WebClientError.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[11/30] Compiling WebClient Exports.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[12/30] Compiling WebClient MultipartEndpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[13/30] Compiling WebClient MultipartFormData.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[14/30] Compiling WebClient CacheInterceptor.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[15/30] Compiling WebClient ResponseCache.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[16/30] Compiling WebClient RetryPolicy.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[17/30] Compiling WebClient WebClientConfiguration.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[18/30] Compiling WebClient ResponseHandling.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[19/30] Compiling WebClient StreamingEndpoint.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[20/30] Compiling WebClient RateLimitInterceptor.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[21/30] Compiling WebClient HTTPMethod.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[22/30] Compiling WebClient Interceptors.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[23/30] Compiling WebClient RequestProviding.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[24/30] Compiling WebClient RateLimiter.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[25/30] Compiling WebClient CertificatePinning.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[26/30] Compiling WebClient PinningSessionDelegate.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/30] Emitting module WebClient
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[28/30] Compiling WebClient MockWebClient.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[29/30] Compiling WebClient PathComponent.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[30/30] Compiling WebClient WebClient.swift
/host/spi-builder-workspace/Sources/WebClient/Security/CertificatePinning.swift:1:8: error: no such module 'CryptoKit'
  1 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
BUILD FAILURE 6.1 android