Build Information
Successful build of Swiftchain, reference 1.0.5 (ab0409), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:16: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/sbertix/Swiftchain.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbertix/Swiftchain
* tag 1.0.5 -> FETCH_HEAD
HEAD is now at ab0409e Update to `1.0.5`
Cloned https://github.com/sbertix/Swiftchain.git
Revision (git rev-parse @):
ab0409e62f1629bc1a153f41dec5856a3c05a548
SUCCESS checkout https://github.com/sbertix/Swiftchain.git at 1.0.5
========================================
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": "swiftchain",
"name": "Swiftchain",
"url": "https://github.com/sbertix/Swiftchain.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swiftchain",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/sbertix/Swiftchain.git
[1/123] Fetching swiftchain
Fetched https://github.com/sbertix/Swiftchain.git from cache (0.65s)
Creating working copy for https://github.com/sbertix/Swiftchain.git
Working copy of https://github.com/sbertix/Swiftchain.git resolved at 1.0.5 (ab0409e)
warning: '.resolve-product-dependencies': dependency 'swiftchain' 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/sbertix/Swiftchain.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 Swiftchain SecurityConstants.swift
[4/9] Compiling Swiftchain KeychainError.swift
[5/9] Compiling Swiftchain KeychainAccessibility.swift
[6/9] Compiling Swiftchain Keychain.swift
[7/9] Compiling Swiftchain KeychainAuthentication.swift
[8/9] Compiling Swiftchain KeychainContainer.swift
[9/9] Emitting module Swiftchain
Build complete! (3.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Swiftchain",
"name" : "Swiftchain",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Swiftchain",
"targets" : [
"Swiftchain"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftchainTests",
"module_type" : "SwiftTarget",
"name" : "SwiftchainTests",
"path" : "Tests/SwiftchainTests",
"sources" : [
"SwiftchainAuthenticationTests.swift",
"SwiftchainTests.swift"
],
"target_dependencies" : [
"Swiftchain"
],
"type" : "test"
},
{
"c99name" : "Swiftchain",
"module_type" : "SwiftTarget",
"name" : "Swiftchain",
"path" : "Sources/Swiftchain",
"product_memberships" : [
"Swiftchain"
],
"sources" : [
"Keychain.swift",
"KeychainAccessibility.swift",
"KeychainAuthentication.swift",
"KeychainContainer.swift",
"KeychainError.swift",
"SecurityConstants.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.