Build Information
Successful build of EncryptedAppStorage, reference master (6f0f02), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 13:40:14 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/khuong291/EncryptedAppStorage.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/khuong291/EncryptedAppStorage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6f0f02e Merge pull request #4 from lake-of-fire/master
Cloned https://github.com/khuong291/EncryptedAppStorage.git
Revision (git rev-parse @):
6f0f02e2f2768e42ddb8d667fafc70c0a57462ef
SUCCESS checkout https://github.com/khuong291/EncryptedAppStorage.git at master
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.43s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at master (e0c7eeb)
========================================
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": "encryptedappstorage",
"name": "EncryptedAppStorage",
"url": "https://github.com/khuong291/EncryptedAppStorage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EncryptedAppStorage",
"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/khuong291/EncryptedAppStorage.git
[1/60] Fetching encryptedappstorage
Fetched https://github.com/khuong291/EncryptedAppStorage.git from cache (0.67s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.55s)
Creating working copy for https://github.com/khuong291/EncryptedAppStorage.git
Working copy of https://github.com/khuong291/EncryptedAppStorage.git resolved at master (6f0f02e)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at master (e0c7eeb)
warning: '.resolve-product-dependencies': dependency 'encryptedappstorage' is not used by any target
Found 1 product dependencies
- KeychainAccess
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/khuong291/EncryptedAppStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module KeychainAccess
[5/5] Compiling KeychainAccess Keychain.swift
[6/8] Compiling EncryptedAppStorage KeychainStorage.swift
[7/8] Compiling EncryptedAppStorage EncryptedAppStorage.swift
[8/8] Emitting module EncryptedAppStorage
Build complete! (12.00s)
Build complete.
{
"dependencies" : [
{
"identity" : "keychainaccess",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
}
],
"manifest_display_name" : "EncryptedAppStorage",
"name" : "EncryptedAppStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "EncryptedAppStorage",
"targets" : [
"EncryptedAppStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EncryptedAppStorage",
"module_type" : "SwiftTarget",
"name" : "EncryptedAppStorage",
"path" : "Sources",
"product_dependencies" : [
"KeychainAccess"
],
"product_memberships" : [
"EncryptedAppStorage"
],
"sources" : [
"EncryptedAppStorage/EncryptedAppStorage.swift",
"EncryptedAppStorage/KeychainStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.