Build Information
Successful build of Swiftchain, reference main (ab0409
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 22:47:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbertix/Swiftchain.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbertix/Swiftchain
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sbertix/Swiftchain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling Swiftchain KeychainError.swift
[4/9] Compiling Swiftchain SecurityConstants.swift
[5/9] Compiling Swiftchain KeychainAuthentication.swift
[6/9] Compiling Swiftchain Keychain.swift
[7/9] Compiling Swiftchain KeychainContainer.swift
[8/9] Compiling Swiftchain KeychainAccessibility.swift
[9/9] Emitting module Swiftchain
Build complete! (3.09s)
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.