Build Information
Successful build of SwiftKeychainWrapper, reference 4.0.1 (185a31), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 08:28:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jrendel/SwiftKeychainWrapper.git
Reference: 4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jrendel/SwiftKeychainWrapper
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at 185a316 Version bump
Cloned https://github.com/jrendel/SwiftKeychainWrapper.git
Revision (git rev-parse @):
185a3165346a03767101c4f62e9a545a0fe0530f
SUCCESS checkout https://github.com/jrendel/SwiftKeychainWrapper.git at 4.0.1
========================================
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.89s)
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper.git
Working copy of https://github.com/jrendel/SwiftKeychainWrapper.git resolved at 4.0.1 (185a316)
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 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 = {
[4/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 = {
[5/6] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[6/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 = {
Build complete! (3.81s)
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.