Build Information
Successful build of KeychainAccess, reference master (e0c7ee
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 12:20:33 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/kishikawakatsumi/KeychainAccess.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kishikawakatsumi/KeychainAccess
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e0c7eeb Remove ruby related files.
Cloned https://github.com/kishikawakatsumi/KeychainAccess.git
Revision (git rev-parse @):
e0c7eebc5a4465a3c4680764f26b7a61f567cdaf
SUCCESS checkout https://github.com/kishikawakatsumi/KeychainAccess.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kishikawakatsumi/KeychainAccess.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/4] Compiling KeychainAccess Keychain.swift
/Users/admin/builder/spi-builder-workspace/Lib/KeychainAccess/Keychain.swift:854:23: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
846 | }
847 | #else
848 | if #available(macOS 10.11, *) {
| `- note: enclosing scope here
849 | if let authenticationUI = options.authenticationUI {
850 | query[UseAuthenticationUI] = authenticationUI.rawValue
:
852 | query[UseAuthenticationUI] = UseAuthenticationUIFail
853 | }
854 | } else if #available(macOS 10.10, *) {
| `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
855 | query[UseNoAuthenticationUI] = kCFBooleanTrue
856 | }
[4/4] Emitting module KeychainAccess
Build complete! (3.49s)
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.