The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyKeychain, reference 1.0.2 (57e6dd), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 18:43:49 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/Machx/SwiftyKeychain.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Machx/SwiftyKeychain
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 57e6ddd fix an issue where 0 entries didn’t throw error
Cloned https://github.com/Machx/SwiftyKeychain.git
Revision (git rev-parse @):
57e6dddfd4150a5857e63f08e85957ef75613372
SUCCESS checkout https://github.com/Machx/SwiftyKeychain.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Machx/SwiftyKeychain.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 SwiftyKeychain Keychain.swift
[4/4] Emitting module SwiftyKeychain
Build complete! (3.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyKeychain",
  "name" : "SwiftyKeychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyKeychain",
      "targets" : [
        "SwiftyKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyKeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyKeychainTests",
      "path" : "Tests/SwiftyKeychainTests",
      "sources" : [
        "SwiftyKeychainTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyKeychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyKeychain",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyKeychain",
      "path" : "Sources/SwiftyKeychain",
      "product_memberships" : [
        "SwiftyKeychain"
      ],
      "sources" : [
        "Keychain.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.