Build Information
Successful build of DevKeychain, reference main (2532cf), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 02:06: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/DevKitOrganization/DevKeychain.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevKitOrganization/DevKeychain
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2532cf7 Update scripts, docs, and workflows to latest and greatest
Cloned https://github.com/DevKitOrganization/DevKeychain.git
Revision (git rev-parse @):
2532cf75c6a70b343299c5f3542e04aa8e56bdad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevKitOrganization/DevKeychain.git at main
Fetching https://github.com/DevKitOrganization/DevTesting
[1/457] Fetching devtesting
Fetched https://github.com/DevKitOrganization/DevTesting from cache (0.78s)
Creating working copy for https://github.com/DevKitOrganization/DevTesting
Working copy of https://github.com/DevKitOrganization/DevTesting resolved at 1.2.0
========================================
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": "devkeychain",
"name": "DevKeychain",
"url": "https://github.com/DevKitOrganization/DevKeychain.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DevKeychain",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/DevKitOrganization/DevKeychain.git
[1/307] Fetching devkeychain
Fetched https://github.com/DevKitOrganization/DevKeychain.git from cache (0.72s)
Creating working copy for https://github.com/DevKitOrganization/DevKeychain.git
Working copy of https://github.com/DevKitOrganization/DevKeychain.git resolved at main (2532cf7)
warning: '.resolve-product-dependencies': dependency 'devkeychain' 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/DevKitOrganization/DevKeychain.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/12] Compiling DevKeychain Dictionary+KeychainItemMapping.swift
[4/12] Compiling DevKeychain KeychainItemMappingError.swift
[5/12] Compiling DevKeychain KeychainServicesError.swift
[6/12] Compiling DevKeychain KeychainItemAdditionAttributes.swift
[7/12] Compiling DevKeychain KeychainItemQuery.swift
[8/12] Compiling DevKeychain KeychainServices.swift
[9/12] Compiling DevKeychain Keychain.swift
[10/12] Emitting module DevKeychain
[11/12] Compiling DevKeychain GenericPassword.swift
[12/12] Compiling DevKeychain InternetPassword.swift
Build complete! (6.62s)
Build complete.
{
"dependencies" : [
{
"identity" : "devtesting",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/DevKitOrganization/DevTesting"
}
],
"manifest_display_name" : "DevKeychain",
"name" : "DevKeychain",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "visionos",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "DevKeychain",
"targets" : [
"DevKeychain"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DevKeychainTests",
"module_type" : "SwiftTarget",
"name" : "DevKeychainTests",
"path" : "Tests/DevKeychainTests",
"product_dependencies" : [
"DevTesting"
],
"sources" : [
"Core/KeychainTests.swift",
"Core/StandardKeychainServicesTests.swift",
"Errors/KeychainErrorTests.swift",
"Errors/KeychainItemMappingErrorTests.swift",
"Extensions/Dictionary+KeychainItemMappingTests.swift",
"Keychain Items/GenericPasswordTests.swift",
"Keychain Items/InternetPasswordTests.swift",
"Testing Helpers/MockError.swift",
"Testing Helpers/MockKeychainItemAdditionAttributes.swift",
"Testing Helpers/MockKeychainItemQuery.swift",
"Testing Helpers/MockKeychainService.swift",
"Testing Helpers/RandomValueGenerating+DevKeychain.swift"
],
"target_dependencies" : [
"DevKeychain"
],
"type" : "test"
},
{
"c99name" : "DevKeychain",
"module_type" : "SwiftTarget",
"name" : "DevKeychain",
"path" : "Sources/DevKeychain",
"product_memberships" : [
"DevKeychain"
],
"sources" : [
"Core/Keychain.swift",
"Core/KeychainItemAdditionAttributes.swift",
"Core/KeychainItemQuery.swift",
"Core/KeychainServices.swift",
"Errors/KeychainItemMappingError.swift",
"Errors/KeychainServicesError.swift",
"Extensions/Dictionary+KeychainItemMapping.swift",
"Keychain Items/GenericPassword.swift",
"Keychain Items/InternetPassword.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.