Build Information
Successful build of CypheraKeychain, reference v0.0.1-alpha.1 (2fee0c), with Swift 6.2 for macOS (SPM) on 23 Apr 2026 10:45:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cyphera-labs/keychain-swift.git
Reference: v0.0.1-alpha.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cyphera-labs/keychain-swift
* tag v0.0.1-alpha.1 -> FETCH_HEAD
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 v0.0.1-alpha.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/cyphera-labs/keychain-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/12] Compiling CypheraKeychain Provider.swift
[4/12] Compiling CypheraKeychain VaultProvider.swift
[5/12] Compiling CypheraKeychain MemoryProvider.swift
[6/12] Compiling CypheraKeychain EnvProvider.swift
[7/12] Compiling CypheraKeychain FileProvider.swift
[8/12] Compiling CypheraKeychain Bridge.swift
[9/12] Compiling CypheraKeychain GcpKmsProvider.swift
[10/12] Compiling CypheraKeychain AwsKmsProvider.swift
[11/12] Emitting module CypheraKeychain
[12/12] Compiling CypheraKeychain AzureKvProvider.swift
Build complete! (4.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CypheraKeychain",
"name" : "CypheraKeychain",
"path" : "/Users/admin/builder/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"
}
Done.