Build Information
Successful build of Keychain, reference master (cda8d4
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 15:55:51 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/lipka/Keychain.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lipka/Keychain
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cda8d43 Initial import.
Cloned https://github.com/lipka/Keychain.git
Revision (git rev-parse @):
cda8d43bdf41cf653975dfd06289555142e20b2a
SUCCESS checkout https://github.com/lipka/Keychain.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/lipka/Keychain.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/4] Compiling Keychain Keychain.swift
[4/4] Emitting module Keychain
Build complete! (3.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Keychain",
"name" : "Keychain",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Keychain",
"targets" : [
"Keychain"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeychainTests",
"module_type" : "SwiftTarget",
"name" : "KeychainTests",
"path" : "Tests/KeychainTests",
"sources" : [
"KeychainTests.swift"
],
"target_dependencies" : [
"Keychain"
],
"type" : "test"
},
{
"c99name" : "Keychain",
"module_type" : "SwiftTarget",
"name" : "Keychain",
"path" : "Sources/Keychain",
"product_memberships" : [
"Keychain"
],
"sources" : [
"Keychain.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.