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 DevKeychain, reference 1.0.0 (7763d6), with Swift 6.2 (beta) for macOS (SPM) on 2 Sep 2025 21:42:08 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevKitOrganization/DevKeychain.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevKitOrganization/DevKeychain
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7763d6b Final changes before 1.0.0 release
Cloned https://github.com/DevKitOrganization/DevKeychain.git
Revision (git rev-parse @):
7763d6bfffdda479cb854bc138a7f1cabb68062b
SUCCESS checkout https://github.com/DevKitOrganization/DevKeychain.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/DevKitOrganization/DevKeychain.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/12] Compiling DevKeychain KeychainItemAdditionAttributes.swift
[4/12] Compiling DevKeychain Dictionary+KeychainItemMapping.swift
[5/12] Compiling DevKeychain KeychainServicesError.swift
[6/12] Compiling DevKeychain Keychain.swift
[7/12] Emitting module DevKeychain
[8/12] Compiling DevKeychain KeychainItemMappingError.swift
[9/12] Compiling DevKeychain KeychainItemQuery.swift
[10/12] Compiling DevKeychain InternetPassword.swift
[11/12] Compiling DevKeychain KeychainServices.swift
[12/12] Compiling DevKeychain GenericPassword.swift
Build complete! (8.22s)
Fetching https://github.com/DevKitOrganization/DevTesting
[1/292] Fetching devtesting
Fetched https://github.com/DevKitOrganization/DevTesting from cache (0.74s)
Computing version for https://github.com/DevKitOrganization/DevTesting
Computed https://github.com/DevKitOrganization/DevTesting at 1.0.0 (1.22s)
Creating working copy for https://github.com/DevKitOrganization/DevTesting
Working copy of https://github.com/DevKitOrganization/DevTesting resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "devtesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DevKitOrganization/DevTesting"
    }
  ],
  "manifest_display_name" : "DevKeychain",
  "name" : "DevKeychain",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DevKeychain",
      "targets" : [
        "DevKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DevKeychainTests",
      "module_type" : "SwiftTarget",
      "name" : "DevKeychainTests",
      "path" : "Tests/DevKeychainTests",
      "product_dependencies" : [
        "DevTesting"
      ],
      "sources" : [
        "Core/KeychainTests.swift",
        "Core/StandardKeychainServicesTests.swift",
        "Errors/KeychainErrorTests.swift",
        "Errors/KeychainItemMappingErrorTests.swift",
        "Extensions/Dictionary+KeychainItemMappingTests.swift",
        "Keychain Items/GenericPasswordTests.swift",
        "Keychain Items/InternetPasswordTests.swift",
        "Testing Helpers/MockError.swift",
        "Testing Helpers/MockKeychainItemAdditionAttributes.swift",
        "Testing Helpers/MockKeychainItemQuery.swift",
        "Testing Helpers/MockKeychainService.swift",
        "Testing Helpers/RandomValueGenerating+DevKeychain.swift"
      ],
      "target_dependencies" : [
        "DevKeychain"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DevKeychain",
      "module_type" : "SwiftTarget",
      "name" : "DevKeychain",
      "path" : "Sources/DevKeychain",
      "product_memberships" : [
        "DevKeychain"
      ],
      "sources" : [
        "Core/Keychain.swift",
        "Core/KeychainItemAdditionAttributes.swift",
        "Core/KeychainItemQuery.swift",
        "Core/KeychainServices.swift",
        "Errors/KeychainItemMappingError.swift",
        "Errors/KeychainServicesError.swift",
        "Extensions/Dictionary+KeychainItemMapping.swift",
        "Keychain Items/GenericPassword.swift",
        "Keychain Items/InternetPassword.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.