Build Information
Successful build of KeychainStored, reference 1.1.0 (a5a1fc), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 19:15:36 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/owowagency/KeychainStored.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/owowagency/KeychainStored
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at a5a1fcc Update README.md
Cloned https://github.com/owowagency/KeychainStored.git
Revision (git rev-parse @):
a5a1fccec6fe279fc244e37a7190c92ec15bf456
SUCCESS checkout https://github.com/owowagency/KeychainStored.git at 1.1.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": "keychainstored",
"name": "KeychainStored",
"url": "https://github.com/owowagency/KeychainStored.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainStored",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/owowagency/KeychainStored.git
[1/49] Fetching keychainstored
Fetched https://github.com/owowagency/KeychainStored.git from cache (0.63s)
Creating working copy for https://github.com/owowagency/KeychainStored.git
Working copy of https://github.com/owowagency/KeychainStored.git resolved at 1.1.0 (a5a1fcc)
warning: '.resolve-product-dependencies': dependency 'keychainstored' 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/owowagency/KeychainStored.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/7] Compiling KeychainStored TopLevelDecoder.swift
[4/7] Compiling KeychainStored TopLevelEncoder.swift
[5/7] Emitting module KeychainStored
[6/7] Compiling KeychainStored KeychainStored.swift
[7/7] Compiling KeychainStored KeychainStored+EquatableHashable.swift
Build complete! (3.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KeychainStored",
"name" : "KeychainStored",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "KeychainStored",
"targets" : [
"KeychainStored"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeychainStoredTests",
"module_type" : "SwiftTarget",
"name" : "KeychainStoredTests",
"path" : "Tests/KeychainStoredTests",
"sources" : [
"KeychainStoredTests.swift"
],
"target_dependencies" : [
"KeychainStored"
],
"type" : "test"
},
{
"c99name" : "KeychainStored",
"module_type" : "SwiftTarget",
"name" : "KeychainStored",
"path" : "Sources/KeychainStored",
"product_memberships" : [
"KeychainStored"
],
"sources" : [
"KeychainStored+EquatableHashable.swift",
"KeychainStored.swift",
"TopLevelDecoder.swift",
"TopLevelEncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.