The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PCloudSDKSwift, reference master (cc81e0), with Swift 6.1 for Android on 29 May 2025 21:48:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/pCloud/pcloud-sdk-swift.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/pCloud/pcloud-sdk-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cc81e02 update version in podspec
Cloned https://github.com/pCloud/pcloud-sdk-swift.git
Revision (git rev-parse @):
cc81e0250a9f378019470c78ce9a8bb501dcaeda
SUCCESS checkout https://github.com/pCloud/pcloud-sdk-swift.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pCloud/pcloud-sdk-swift.git
https://github.com/pCloud/pcloud-sdk-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PCloudSDKSwift",
  "name" : "PCloudSDKSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PCloudSDKSwift",
      "targets" : [
        "PCloudSDKSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PCloudSDKSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PCloudSDKSwiftTests",
      "path" : "PCloudSDKSwift/Tests",
      "sources" : [
        "Common/NetworkOperationMocks.swift",
        "Common/Utilities.swift",
        "Tests/APITaskBuildingTests.swift",
        "Tests/OAuthTests.swift",
        "Tests/PCloudAPITests.swift",
        "Tests/TaskTests.swift",
        "Tests/URLSessionBasedOperationsTests.swift",
        "Tests/URLSessionEventHubTests.swift",
        "Tests/URLSessionTaskBuilderTests.swift"
      ],
      "target_dependencies" : [
        "PCloudSDKSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PCloudSDKSwift",
      "module_type" : "SwiftTarget",
      "name" : "PCloudSDKSwift",
      "path" : "PCloudSDKSwift/Source",
      "product_memberships" : [
        "PCloudSDKSwift"
      ],
      "sources" : [
        "Common/APIServerRegion.swift",
        "Common/APITaskBuilding.swift",
        "Common/AnyCancellationToken.swift",
        "Common/Atomic.swift",
        "Common/Authenticator.swift",
        "Common/CallError.swift",
        "Common/CallTask.swift",
        "Common/Cancellable.swift",
        "Common/Content.swift",
        "Common/DownloadTask.swift",
        "Common/FileLink.swift",
        "Common/HostProvider.swift",
        "Common/Keychain.swift",
        "Common/Lock.swift",
        "Common/NetworkAPI.swift",
        "Common/OAuth.swift",
        "Common/OAuthAccessTokenBasedAuthenticator.swift",
        "Common/PCloud.swift",
        "Common/PCloudAPI.swift",
        "Common/PCloudClient.swift",
        "Common/Parser.swift",
        "Common/ResultUtilities.swift",
        "Common/UInt64+Clamping.swift",
        "Common/URLSessionBasedCallOperation.swift",
        "Common/URLSessionBasedDownloadOperation.swift",
        "Common/URLSessionBasedNetworkOperation.swift",
        "Common/URLSessionBasedNetworkOperationUtilities.swift",
        "Common/URLSessionBasedUploadOperation.swift",
        "Common/URLSessionEventHub.swift",
        "Common/URLSessionTaskBuilder.swift",
        "Common/UploadInfo.swift",
        "Common/UploadTask.swift",
        "Common/User.swift",
        "Common/VoidCancellationToken.swift",
        "iOS/OAuthWebViewMobile.swift",
        "iOS/PCloud+OAuthMobile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
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/35] Emitting module PCloudSDKSwift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[4/39] Compiling PCloudSDKSwift FileLink.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[5/39] Compiling PCloudSDKSwift HostProvider.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[6/39] Compiling PCloudSDKSwift Keychain.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[7/39] Compiling PCloudSDKSwift Lock.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[8/39] Compiling PCloudSDKSwift NetworkAPI.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[9/39] Compiling PCloudSDKSwift User.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[10/39] Compiling PCloudSDKSwift VoidCancellationToken.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[11/39] Compiling PCloudSDKSwift OAuthWebViewMobile.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[12/39] Compiling PCloudSDKSwift PCloud+OAuthMobile.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[13/39] Compiling PCloudSDKSwift CallError.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[14/39] Compiling PCloudSDKSwift CallTask.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[15/39] Compiling PCloudSDKSwift Cancellable.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[16/39] Compiling PCloudSDKSwift Content.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[17/39] Compiling PCloudSDKSwift DownloadTask.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[18/39] Compiling PCloudSDKSwift URLSessionEventHub.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[19/39] Compiling PCloudSDKSwift URLSessionTaskBuilder.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[20/39] Compiling PCloudSDKSwift UploadInfo.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[21/39] Compiling PCloudSDKSwift UploadTask.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[22/39] Compiling PCloudSDKSwift OAuth.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[23/39] Compiling PCloudSDKSwift OAuthAccessTokenBasedAuthenticator.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[24/39] Compiling PCloudSDKSwift PCloud.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[25/39] Compiling PCloudSDKSwift PCloudAPI.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[26/39] Compiling PCloudSDKSwift PCloudClient.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[27/39] Compiling PCloudSDKSwift URLSessionBasedDownloadOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[28/39] Compiling PCloudSDKSwift URLSessionBasedNetworkOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[29/39] Compiling PCloudSDKSwift URLSessionBasedNetworkOperationUtilities.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[30/39] Compiling PCloudSDKSwift URLSessionBasedUploadOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[31/39] Compiling PCloudSDKSwift Parser.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[32/39] Compiling PCloudSDKSwift ResultUtilities.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[33/39] Compiling PCloudSDKSwift UInt64+Clamping.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[34/39] Compiling PCloudSDKSwift URLSessionBasedCallOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[35/39] Compiling PCloudSDKSwift APIServerRegion.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[36/39] Compiling PCloudSDKSwift APITaskBuilding.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[37/39] Compiling PCloudSDKSwift AnyCancellationToken.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[38/39] Compiling PCloudSDKSwift Atomic.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[39/39] Compiling PCloudSDKSwift Authenticator.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling PCloudSDKSwift URLSessionEventHub.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[3/34] Compiling PCloudSDKSwift URLSessionTaskBuilder.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[4/34] Compiling PCloudSDKSwift UploadInfo.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[5/34] Compiling PCloudSDKSwift UploadTask.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[6/38] Compiling PCloudSDKSwift Parser.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[7/38] Compiling PCloudSDKSwift ResultUtilities.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[8/38] Compiling PCloudSDKSwift UInt64+Clamping.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[9/38] Compiling PCloudSDKSwift URLSessionBasedCallOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[10/38] Compiling PCloudSDKSwift URLSessionBasedDownloadOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[11/38] Compiling PCloudSDKSwift URLSessionBasedNetworkOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[12/38] Compiling PCloudSDKSwift URLSessionBasedNetworkOperationUtilities.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[13/38] Compiling PCloudSDKSwift URLSessionBasedUploadOperation.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/38] Emitting module PCloudSDKSwift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[15/38] Compiling PCloudSDKSwift CallError.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[16/38] Compiling PCloudSDKSwift CallTask.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[17/38] Compiling PCloudSDKSwift Cancellable.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[18/38] Compiling PCloudSDKSwift Content.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[19/38] Compiling PCloudSDKSwift DownloadTask.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[20/38] Compiling PCloudSDKSwift OAuth.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[21/38] Compiling PCloudSDKSwift OAuthAccessTokenBasedAuthenticator.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[22/38] Compiling PCloudSDKSwift PCloud.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[23/38] Compiling PCloudSDKSwift PCloudAPI.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[24/38] Compiling PCloudSDKSwift PCloudClient.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[25/38] Compiling PCloudSDKSwift APIServerRegion.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[26/38] Compiling PCloudSDKSwift APITaskBuilding.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[27/38] Compiling PCloudSDKSwift AnyCancellationToken.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[28/38] Compiling PCloudSDKSwift Atomic.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[29/38] Compiling PCloudSDKSwift Authenticator.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[30/38] Compiling PCloudSDKSwift FileLink.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[31/38] Compiling PCloudSDKSwift HostProvider.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[32/38] Compiling PCloudSDKSwift Keychain.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[33/38] Compiling PCloudSDKSwift Lock.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[34/38] Compiling PCloudSDKSwift NetworkAPI.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[35/38] Compiling PCloudSDKSwift User.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[36/38] Compiling PCloudSDKSwift VoidCancellationToken.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[37/38] Compiling PCloudSDKSwift OAuthWebViewMobile.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[38/38] Compiling PCloudSDKSwift PCloud+OAuthMobile.swift
/host/spi-builder-workspace/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
BUILD FAILURE 6.1 android