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 KeychainKit, reference 25.11.21 (7d0112), with Swift 6.2 for macOS (SPM) on 21 Nov 2025 07:19:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/KeychainKit.git
Reference: 25.11.21
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/KeychainKit
 * tag               25.11.21   -> FETCH_HEAD
HEAD is now at 7d01125 2025-11-21
Cloned https://github.com/markbattistella/KeychainKit.git
Revision (git rev-parse @):
7d0112596d6896371284093900940ef0ed1ab381
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/KeychainKit.git at 25.11.21
========================================
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",
  "dependencies": [
    {
      "identity": "keychainkit",
      "name": "KeychainKit",
      "url": "https://github.com/markbattistella/KeychainKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/markbattistella/KeychainKit.git
[1/37] Fetching keychainkit
Fetched https://github.com/markbattistella/KeychainKit.git from cache (0.75s)
Creating working copy for https://github.com/markbattistella/KeychainKit.git
Working copy of https://github.com/markbattistella/KeychainKit.git resolved at 25.11.21 (7d01125)
warning: '.resolve-product-dependencies': dependency 'keychainkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/markbattistella/KeychainKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling KeychainKit KeychainSync.swift
[4/9] Compiling KeychainKit KeychainError.swift
[5/9] Compiling KeychainKit KeychainDefaults.swift
[6/9] Compiling KeychainKit KeychainAccessible.swift
[7/9] Compiling KeychainKit KeychainKeyRepresentable.swift
[8/9] Emitting module KeychainKit
[9/9] Compiling KeychainKit Keychain.swift
Build complete! (4.18s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeychainKit",
  "name" : "KeychainKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "KeychainKit",
      "targets" : [
        "KeychainKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainKit",
      "module_type" : "SwiftTarget",
      "name" : "KeychainKit",
      "path" : "Sources/KeychainKit",
      "product_memberships" : [
        "KeychainKit"
      ],
      "sources" : [
        "Keychain.swift",
        "KeychainAccessible.swift",
        "KeychainDefaults.swift",
        "KeychainError.swift",
        "KeychainKeyRepresentable.swift",
        "KeychainSync.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.