The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KeychainKit, reference 2.0.0 (79431f), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 19:55:36 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/frostland/KeychainKit.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frostland/KeychainKit
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 79431f6 Add a convenience on error type
Cloned https://github.com/frostland/KeychainKit.git
Revision (git rev-parse @):
79431f6a15b1f704f6dd823d007e61ad10f7b20d
SUCCESS checkout https://github.com/frostland/KeychainKit.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/frostland/KeychainKit.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/6] Compiling KeychainKit SecUtils.swift
[4/6] Compiling KeychainKit Keychain.swift
[5/6] Compiling KeychainKit KeychainErrors.swift
[6/6] Emitting module KeychainKit
Build complete! (3.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeychainKit",
  "name" : "KeychainKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeychainKit",
      "targets" : [
        "KeychainKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainKitTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainKitTests",
      "path" : "Tests",
      "sources" : [
        "KeychainTests.swift"
      ],
      "target_dependencies" : [
        "KeychainKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeychainKit",
      "module_type" : "SwiftTarget",
      "name" : "KeychainKit",
      "path" : "Sources",
      "product_memberships" : [
        "KeychainKit"
      ],
      "sources" : [
        "Keychain.swift",
        "KeychainErrors.swift",
        "SecUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.