Build Information
Successful build of KeychainAccess, reference v4.2.2 (84e546), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 21:34:55 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/kishikawakatsumi/KeychainAccess.git
Reference: v4.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kishikawakatsumi/KeychainAccess
* tag v4.2.2 -> FETCH_HEAD
HEAD is now at 84e5467 Bump version to 4.2.2
Cloned https://github.com/kishikawakatsumi/KeychainAccess.git
Revision (git rev-parse @):
84e546727d66f1adc5439debad16270d0fdd04e7
SUCCESS checkout https://github.com/kishikawakatsumi/KeychainAccess.git at v4.2.2
========================================
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": "keychainaccess",
"name": "KeychainAccess",
"url": "https://github.com/kishikawakatsumi/KeychainAccess.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.25s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at v4.2.2 (84e5467)
warning: '.resolve-product-dependencies': dependency 'keychainaccess' 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/kishikawakatsumi/KeychainAccess.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/4] Emitting module KeychainAccess
[4/4] Compiling KeychainAccess Keychain.swift
/Users/admin/builder/spi-builder-workspace/Lib/KeychainAccess/Keychain.swift:860:23: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
852 | }
853 | #else
854 | if #available(OSX 10.11, *) {
| `- note: enclosing scope here
855 | if let authenticationUI = options.authenticationUI {
856 | query[UseAuthenticationUI] = authenticationUI.rawValue
:
858 | query[UseAuthenticationUI] = UseAuthenticationUIFail
859 | }
860 | } else if #available(OSX 10.10, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
861 | query[UseNoAuthenticationUI] = kCFBooleanTrue
862 | }
Build complete! (4.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KeychainAccess",
"name" : "KeychainAccess",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "KeychainAccess",
"targets" : [
"KeychainAccess"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeychainAccess",
"module_type" : "SwiftTarget",
"name" : "KeychainAccess",
"path" : "Lib/KeychainAccess",
"product_memberships" : [
"KeychainAccess"
],
"sources" : [
"Keychain.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.