The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CypheraKeychain, reference main (2fee0c), with Swift 6.3 for Android on 23 Apr 2026 10:27:57 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cyphera-labs/keychain-swift.git
Reference: main
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/cyphera-labs/keychain-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2fee0c4 fix: canonical Apache 2.0 LICENSE, remove MIT references
Cloned https://github.com/cyphera-labs/keychain-swift.git
Revision (git rev-parse @):
2fee0c4c2f097cd23a72f6c2966a3b7dfc977e20
SUCCESS checkout https://github.com/cyphera-labs/keychain-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cyphera-labs/keychain-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/11] Compiling CypheraKeychain MemoryProvider.swift
[4/11] Compiling CypheraKeychain Provider.swift
[5/12] Emitting module CypheraKeychain
[6/12] Compiling CypheraKeychain FileProvider.swift
[7/12] Compiling CypheraKeychain AwsKmsProvider.swift
/host/spi-builder-workspace/Sources/CypheraKeychain/AwsKmsProvider.swift:105:13: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
103 |         let semaphore = DispatchSemaphore(value: 0)
104 |         let task = session.dataTask(with: request) { data, response, error in
105 |             responseData = data
    |             `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
106 |             responseError = error
107 |             httpResponse = response as? HTTPURLResponse
/host/spi-builder-workspace/Sources/CypheraKeychain/AwsKmsProvider.swift:106:13: warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
104 |         let task = session.dataTask(with: request) { data, response, error in
105 |             responseData = data
106 |             responseError = error
    |             `- warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
107 |             httpResponse = response as? HTTPURLResponse
108 |             semaphore.signal()
/host/spi-builder-workspace/Sources/CypheraKeychain/AwsKmsProvider.swift:107:13: warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
105 |             responseData = data
106 |             responseError = error
107 |             httpResponse = response as? HTTPURLResponse
    |             `- warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
108 |             semaphore.signal()
109 |         }
/host/spi-builder-workspace/Sources/CypheraKeychain/AzureKvProvider.swift:184:13: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 |         let semaphore = DispatchSemaphore(value: 0)
183 |         let task = session.dataTask(with: request) { data, response, error in
184 |             responseData = data
    |             `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
185 |             responseError = error
186 |             httpResponse = response as? HTTPURLResponse
/host/spi-builder-workspace/Sources/CypheraKeychain/AzureKvProvider.swift:185:13: warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
183 |         let task = session.dataTask(with: request) { data, response, error in
184 |             responseData = data
185 |             responseError = error
    |             `- warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 |             httpResponse = response as? HTTPURLResponse
187 |             semaphore.signal()
/host/spi-builder-workspace/Sources/CypheraKeychain/AzureKvProvider.swift:186:13: warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 |             responseData = data
185 |             responseError = error
186 |             httpResponse = response as? HTTPURLResponse
    |             `- warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
187 |             semaphore.signal()
188 |         }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[8/12] Compiling CypheraKeychain AzureKvProvider.swift
/host/spi-builder-workspace/Sources/CypheraKeychain/AwsKmsProvider.swift:105:13: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
103 |         let semaphore = DispatchSemaphore(value: 0)
104 |         let task = session.dataTask(with: request) { data, response, error in
105 |             responseData = data
    |             `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
106 |             responseError = error
107 |             httpResponse = response as? HTTPURLResponse
/host/spi-builder-workspace/Sources/CypheraKeychain/AwsKmsProvider.swift:106:13: warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
104 |         let task = session.dataTask(with: request) { data, response, error in
105 |             responseData = data
106 |             responseError = error
    |             `- warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
107 |             httpResponse = response as? HTTPURLResponse
108 |             semaphore.signal()
/host/spi-builder-workspace/Sources/CypheraKeychain/AwsKmsProvider.swift:107:13: warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
105 |             responseData = data
106 |             responseError = error
107 |             httpResponse = response as? HTTPURLResponse
    |             `- warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
108 |             semaphore.signal()
109 |         }
/host/spi-builder-workspace/Sources/CypheraKeychain/AzureKvProvider.swift:184:13: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 |         let semaphore = DispatchSemaphore(value: 0)
183 |         let task = session.dataTask(with: request) { data, response, error in
184 |             responseData = data
    |             `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
185 |             responseError = error
186 |             httpResponse = response as? HTTPURLResponse
/host/spi-builder-workspace/Sources/CypheraKeychain/AzureKvProvider.swift:185:13: warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
183 |         let task = session.dataTask(with: request) { data, response, error in
184 |             responseData = data
185 |             responseError = error
    |             `- warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 |             httpResponse = response as? HTTPURLResponse
187 |             semaphore.signal()
/host/spi-builder-workspace/Sources/CypheraKeychain/AzureKvProvider.swift:186:13: warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 |             responseData = data
185 |             responseError = error
186 |             httpResponse = response as? HTTPURLResponse
    |             `- warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
187 |             semaphore.signal()
188 |         }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[9/12] Compiling CypheraKeychain EnvProvider.swift
[10/12] Compiling CypheraKeychain Bridge.swift
[11/12] Compiling CypheraKeychain GcpKmsProvider.swift
/host/spi-builder-workspace/Sources/CypheraKeychain/GcpKmsProvider.swift:183:13: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
181 |         let semaphore = DispatchSemaphore(value: 0)
182 |         let task = session.dataTask(with: request) { data, response, error in
183 |             responseData = data
    |             `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 |             responseError = error
185 |             httpResponse = response as? HTTPURLResponse
/host/spi-builder-workspace/Sources/CypheraKeychain/GcpKmsProvider.swift:184:13: warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 |         let task = session.dataTask(with: request) { data, response, error in
183 |             responseData = data
184 |             responseError = error
    |             `- warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
185 |             httpResponse = response as? HTTPURLResponse
186 |             semaphore.signal()
/host/spi-builder-workspace/Sources/CypheraKeychain/GcpKmsProvider.swift:185:13: warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
183 |             responseData = data
184 |             responseError = error
185 |             httpResponse = response as? HTTPURLResponse
    |             `- warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 |             semaphore.signal()
187 |         }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[12/12] Compiling CypheraKeychain VaultProvider.swift
/host/spi-builder-workspace/Sources/CypheraKeychain/VaultProvider.swift:47:13: warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
 45 |         let semaphore = DispatchSemaphore(value: 0)
 46 |         let task = session.dataTask(with: request) { data, response, error in
 47 |             responseData = data
    |             `- warning: mutation of captured var 'responseData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
 48 |             responseError = error
 49 |             httpResponse = response as? HTTPURLResponse
/host/spi-builder-workspace/Sources/CypheraKeychain/VaultProvider.swift:48:13: warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
 46 |         let task = session.dataTask(with: request) { data, response, error in
 47 |             responseData = data
 48 |             responseError = error
    |             `- warning: mutation of captured var 'responseError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
 49 |             httpResponse = response as? HTTPURLResponse
 50 |             semaphore.signal()
/host/spi-builder-workspace/Sources/CypheraKeychain/VaultProvider.swift:49:13: warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
 47 |             responseData = data
 48 |             responseError = error
 49 |             httpResponse = response as? HTTPURLResponse
    |             `- warning: mutation of captured var 'httpResponse' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
 50 |             semaphore.signal()
 51 |         }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (15.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CypheraKeychain",
  "name" : "CypheraKeychain",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CypheraKeychain",
      "targets" : [
        "CypheraKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CypheraKeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "CypheraKeychainTests",
      "path" : "Tests/CypheraKeychainTests",
      "sources" : [
        "MemoryProviderTests.swift"
      ],
      "target_dependencies" : [
        "CypheraKeychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CypheraKeychain",
      "module_type" : "SwiftTarget",
      "name" : "CypheraKeychain",
      "path" : "Sources/CypheraKeychain",
      "product_memberships" : [
        "CypheraKeychain"
      ],
      "sources" : [
        "AwsKmsProvider.swift",
        "AzureKvProvider.swift",
        "Bridge.swift",
        "EnvProvider.swift",
        "FileProvider.swift",
        "GcpKmsProvider.swift",
        "MemoryProvider.swift",
        "Provider.swift",
        "VaultProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.