The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Keychain, reference v2.0.2 (d5ee8a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 14:49:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Keychain.git
Reference: v2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Keychain
 * tag               v2.0.2     -> FETCH_HEAD
HEAD is now at d5ee8ab added license
Cloned https://github.com/elegantchaos/Keychain.git
Revision (git rev-parse @):
d5ee8abf99efcf0ff42419f4b53a10c6cb8f087f
SUCCESS checkout https://github.com/elegantchaos/Keychain.git at v2.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/Keychain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling Keychain Keychain.swift
[4/4] Emitting module Keychain
Build complete! (2.78s)
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.3"
}
Done.