Build Information
Successful build of CypheraKeychain, reference main (2fee0c), with Swift 6.0 for Linux on 23 Apr 2026 10:28:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/cyphera-labs/keychain-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/11] Compiling CypheraKeychain Provider.swift
[4/12] Compiling CypheraKeychain Bridge.swift
[5/12] Emitting module CypheraKeychain
[6/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
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
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
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
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
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
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
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
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
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
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
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
187 | semaphore.signal()
188 | }
[7/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
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
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
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
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
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
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
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
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
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
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
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
187 | semaphore.signal()
188 | }
[8/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
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
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
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
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
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
50 | semaphore.signal()
51 | }
[9/12] Compiling CypheraKeychain FileProvider.swift
[10/12] Compiling CypheraKeychain MemoryProvider.swift
[11/12] Compiling CypheraKeychain EnvProvider.swift
[12/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
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
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
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
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
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
186 | semaphore.signal()
187 | }
Build complete! (22.36s)
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"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.