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 KeychainSwift, reference master (5e1b02), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 11:57:21 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/evgenyneu/keychain-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/evgenyneu/keychain-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5e1b02b Add privacy manifest to podspec
Cloned https://github.com/evgenyneu/keychain-swift.git
Revision (git rev-parse @):
5e1b02b6a9dac2a759a1d5dbc175c86bd192a608
SUCCESS checkout https://github.com/evgenyneu/keychain-swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/evgenyneu/keychain-swift.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 KeychainSwift TegKeychainConstants.swift
[4/6] Emitting module KeychainSwift
[5/6] Compiling KeychainSwift KeychainSwift.swift
[6/6] Compiling KeychainSwift KeychainSwiftAccessOptions.swift
Build complete! (2.83s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeychainSwift",
  "name" : "KeychainSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeychainSwift",
      "targets" : [
        "KeychainSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainSwiftTests",
      "path" : "Tests/KeychainSwiftTests",
      "sources" : [
        "AccessGroupTests.swift",
        "AllKeysTests.swift",
        "ConcurrencyTests.swift",
        "KeychainSwiftPrefixedTests.swift",
        "KeychainSwiftTests.swift",
        "SynchronizableTests.swift",
        "macOS Tests/macOS_Tests.swift"
      ],
      "target_dependencies" : [
        "KeychainSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeychainSwift",
      "module_type" : "SwiftTarget",
      "name" : "KeychainSwift",
      "path" : "Sources",
      "product_memberships" : [
        "KeychainSwift"
      ],
      "sources" : [
        "KeychainSwift.swift",
        "KeychainSwiftAccessOptions.swift",
        "TegKeychainConstants.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Done.