The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Keychain, reference v2.1.2 (5e8ac9), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 09:50:54 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/elegantchaos/Keychain.git
Reference: v2.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Keychain
 * tag               v2.1.2     -> FETCH_HEAD
HEAD is now at 5e8ac9a Merge pull request #3 from elegantchaos/integration/actionstatus
Cloned https://github.com/elegantchaos/Keychain.git
Revision (git rev-parse @):
5e8ac9a00c663e5475d24ffa25c56ba8861937a0
SUCCESS checkout https://github.com/elegantchaos/Keychain.git at v2.1.2
========================================
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",
      "name": "Keychain",
      "url": "https://github.com/elegantchaos/Keychain.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Keychain",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Keychain.git
[1/196] Fetching keychain
Fetched https://github.com/elegantchaos/Keychain.git from cache (0.65s)
Creating working copy for https://github.com/elegantchaos/Keychain.git
Working copy of https://github.com/elegantchaos/Keychain.git resolved at v2.1.2 (5e8ac9a)
warning: '.resolve-product-dependencies': dependency 'keychain' 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/elegantchaos/Keychain.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/4] Emitting module Keychain
[4/4] Compiling Keychain Keychain.swift
Build complete! (5.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Keychain",
  "name" : "Keychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Keychain",
      "targets" : [
        "Keychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainTests",
      "path" : "Tests/KeychainTests",
      "sources" : [
        "KeychainTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Keychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keychain",
      "module_type" : "SwiftTarget",
      "name" : "Keychain",
      "path" : "Sources/Keychain",
      "product_memberships" : [
        "Keychain"
      ],
      "sources" : [
        "Keychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.