The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CypheraKeychain, reference v0.0.1-alpha.1 (2fee0c), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 10:47:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build 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
========================================
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 (6.74s)
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 v0.0.1-alpha.1 (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 Provider.swift
[4/12] Compiling CypheraKeychain VaultProvider.swift
[5/12] Compiling CypheraKeychain MemoryProvider.swift
[6/12] Compiling CypheraKeychain FileProvider.swift
[7/12] Compiling CypheraKeychain AwsKmsProvider.swift
[8/12] Compiling CypheraKeychain AzureKvProvider.swift
[9/12] Compiling CypheraKeychain EnvProvider.swift
[10/12] Compiling CypheraKeychain Bridge.swift
[11/12] Emitting module CypheraKeychain
[12/12] Compiling CypheraKeychain GcpKmsProvider.swift
Build complete! (5.12s)
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.