Build Information
Successful build of KeychainKit, reference main (bca925), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 08:31:19 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/frostland/KeychainKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frostland/KeychainKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bca9251 Update the Readme for the updated APIs
Cloned https://github.com/frostland/KeychainKit.git
Revision (git rev-parse @):
bca9251e81542a43dc0c51d94f0253f529a1e91f
SUCCESS checkout https://github.com/frostland/KeychainKit.git at main
========================================
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": "keychainkit",
"name": "KeychainKit",
"url": "https://github.com/frostland/KeychainKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/frostland/KeychainKit.git
[1/273] Fetching keychainkit
Fetched https://github.com/frostland/KeychainKit.git from cache (0.69s)
Creating working copy for https://github.com/frostland/KeychainKit.git
Working copy of https://github.com/frostland/KeychainKit.git resolved at main (bca9251)
warning: '.resolve-product-dependencies': dependency 'keychainkit' 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/frostland/KeychainKit.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/9] Compiling KeychainKit Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:6:10: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'OSLog', consider removing it
4 |
5 |
6 | internal nonisolated(unsafe) let logger = OSLog(subsystem: "fr.frostland.KeychainKit", category: "Main")
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'OSLog', consider removing it
7 |
[4/9] Compiling KeychainKit Keychain.GenericPassword.swift
[5/9] Compiling KeychainKit KeychainErrors.swift
[6/9] Compiling KeychainKit Keychain.swift
[7/9] Compiling KeychainKit Keychain+Conveniences.swift
[8/9] Compiling KeychainKit Keychain+PerformQueries.swift
[9/9] Emitting module KeychainKit
/Users/admin/builder/spi-builder-workspace/Sources/Constants.swift:6:10: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'OSLog', consider removing it
4 |
5 |
6 | internal nonisolated(unsafe) let logger = OSLog(subsystem: "fr.frostland.KeychainKit", category: "Main")
| `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'OSLog', consider removing it
7 |
Build complete! (5.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KeychainKit",
"name" : "KeychainKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KeychainKit",
"targets" : [
"KeychainKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeychainKitTests",
"module_type" : "SwiftTarget",
"name" : "KeychainKitTests",
"path" : "Tests",
"sources" : [
"KeychainTests.swift",
"SecurityTests.swift",
"Utils/SecUtils.swift"
],
"target_dependencies" : [
"KeychainKit"
],
"type" : "test"
},
{
"c99name" : "KeychainKit",
"module_type" : "SwiftTarget",
"name" : "KeychainKit",
"path" : "Sources",
"product_memberships" : [
"KeychainKit"
],
"sources" : [
"Constants.swift",
"Keychain+Conveniences.swift",
"Keychain+PerformQueries.swift",
"Keychain.GenericPassword.swift",
"Keychain.swift",
"KeychainErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.