Build Information
Successful build of CypheraKeychain, reference main (2fee0c), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 10:41:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "keychain-swift",
"name": "CypheraKeychain",
"url": "https://github.com/cyphera-labs/keychain-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/keychain-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/cyphera-labs/keychain-swift.git
[1/3493] Fetching keychain-swift
Fetched https://github.com/cyphera-labs/keychain-swift.git from cache (5.82s)
Creating working copy for https://github.com/cyphera-labs/keychain-swift.git
Working copy of https://github.com/cyphera-labs/keychain-swift.git resolved at main (2fee0c4)
warning: '.resolve-product-dependencies': dependency 'keychain-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/cyphera-labs/keychain-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling CypheraKeychain VaultProvider.swift
[4/12] Compiling CypheraKeychain Provider.swift
[5/12] Compiling CypheraKeychain MemoryProvider.swift
[6/12] Compiling CypheraKeychain EnvProvider.swift
[7/12] Compiling CypheraKeychain Bridge.swift
[8/12] Compiling CypheraKeychain FileProvider.swift
[9/12] Compiling CypheraKeychain AwsKmsProvider.swift
[10/12] Compiling CypheraKeychain AzureKvProvider.swift
[11/12] Emitting module CypheraKeychain
[12/12] Compiling CypheraKeychain GcpKmsProvider.swift
Build complete! (5.16s)
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.