The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftKeychainWrapper, reference develop (a3e100), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:35:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jrendel/SwiftKeychainWrapper.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jrendel/SwiftKeychainWrapper
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at a3e1004 Update README.md
Cloned https://github.com/jrendel/SwiftKeychainWrapper.git
Revision (git rev-parse @):
a3e100403a231040a55c66dd80fdadb9503abf19
SUCCESS checkout https://github.com/jrendel/SwiftKeychainWrapper.git at develop
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftkeychainwrapper",
      "name": "SwiftKeychainWrapper",
      "url": "https://github.com/jrendel/SwiftKeychainWrapper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKeychainWrapper",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jrendel/SwiftKeychainWrapper.git
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper.git from cache (0.81s)
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper.git
Working copy of https://github.com/jrendel/SwiftKeychainWrapper.git resolved at develop (a3e1004)
warning: '.resolve-product-dependencies': dependency 'swiftkeychainwrapper' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jrendel/SwiftKeychainWrapper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling SwiftKeychainWrapper KeychainWrapper.swift
/Users/admin/builder/spi-builder-workspace/SwiftKeychainWrapper/KeychainWrapper.swift:54:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     /// ServiceName is used for the kSecAttrService property to uniquely identify this keychain accessor. If no service name is specified, KeychainWrapper will default to using the bundleIdentifier.
 54 |     private (set) public var serviceName: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 55 |
 56 |     /// AccessGroup is used for the kSecAttrAccessGroup property to identify which Keychain Access Group this entry belongs to. This allows you to use the KeychainWrapper with shared keychain access between different applications.
/Users/admin/builder/spi-builder-workspace/SwiftKeychainWrapper/KeychainWrapper.swift:57:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 55 |
 56 |     /// AccessGroup is used for the kSecAttrAccessGroup property to identify which Keychain Access Group this entry belongs to. This allows you to use the KeychainWrapper with shared keychain access between different applications.
 57 |     private (set) public var accessGroup: String?
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 58 |
 59 |     private static let defaultServiceName: String = {
[4/6] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[5/6] Emitting module SwiftKeychainWrapper
/Users/admin/builder/spi-builder-workspace/SwiftKeychainWrapper/KeychainWrapper.swift:54:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     /// ServiceName is used for the kSecAttrService property to uniquely identify this keychain accessor. If no service name is specified, KeychainWrapper will default to using the bundleIdentifier.
 54 |     private (set) public var serviceName: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 55 |
 56 |     /// AccessGroup is used for the kSecAttrAccessGroup property to identify which Keychain Access Group this entry belongs to. This allows you to use the KeychainWrapper with shared keychain access between different applications.
/Users/admin/builder/spi-builder-workspace/SwiftKeychainWrapper/KeychainWrapper.swift:57:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 55 |
 56 |     /// AccessGroup is used for the kSecAttrAccessGroup property to identify which Keychain Access Group this entry belongs to. This allows you to use the KeychainWrapper with shared keychain access between different applications.
 57 |     private (set) public var accessGroup: String?
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 58 |
 59 |     private static let defaultServiceName: String = {
[6/6] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
/Users/admin/builder/spi-builder-workspace/SwiftKeychainWrapper/KeychainWrapper.swift:54:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     /// ServiceName is used for the kSecAttrService property to uniquely identify this keychain accessor. If no service name is specified, KeychainWrapper will default to using the bundleIdentifier.
 54 |     private (set) public var serviceName: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 55 |
 56 |     /// AccessGroup is used for the kSecAttrAccessGroup property to identify which Keychain Access Group this entry belongs to. This allows you to use the KeychainWrapper with shared keychain access between different applications.
/Users/admin/builder/spi-builder-workspace/SwiftKeychainWrapper/KeychainWrapper.swift:57:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 55 |
 56 |     /// AccessGroup is used for the kSecAttrAccessGroup property to identify which Keychain Access Group this entry belongs to. This allows you to use the KeychainWrapper with shared keychain access between different applications.
 57 |     private (set) public var accessGroup: String?
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 58 |
 59 |     private static let defaultServiceName: String = {
Build complete! (4.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftKeychainWrapper",
  "name" : "SwiftKeychainWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKeychainWrapper",
      "targets" : [
        "SwiftKeychainWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeychainWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeychainWrapperTests",
      "path" : "SwiftKeychainWrapperTests",
      "sources" : [
        "KeychainWrapperDefaultWrapperTests.swift",
        "KeychainWrapperDeleteTests.swift",
        "KeychainWrapperPrimitiveValueTests.swift",
        "KeychainWrapperTests.swift",
        "TestObject.swift"
      ],
      "target_dependencies" : [
        "SwiftKeychainWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKeychainWrapper",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeychainWrapper",
      "path" : "SwiftKeychainWrapper",
      "product_memberships" : [
        "SwiftKeychainWrapper"
      ],
      "sources" : [
        "KeychainItemAccessibility.swift",
        "KeychainWrapper.swift",
        "KeychainWrapperSubscript.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Done.