Build Information
Successful build of Keychain, reference 0.1.0 (cda8d4
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 01:25:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lipka/Keychain.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lipka/Keychain
* tag 0.1.0 -> FETCH_HEAD
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 0.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",
"dependencies": [
{
"identity": "keychain",
"name": "Keychain",
"url": "https://github.com/lipka/Keychain.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Keychain",
"dependencies": [
]
}
]
}
Fetching https://github.com/lipka/Keychain.git
[3/15] Fetching keychain
Fetched https://github.com/lipka/Keychain.git from cache (1.46s)
Creating working copy for https://github.com/lipka/Keychain.git
Working copy of https://github.com/lipka/Keychain.git resolved at 0.1.0 (cda8d43)
warning: '.resolve-product-dependencies': dependency 'keychain' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lipka/Keychain.git
https://github.com/lipka/Keychain.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module Keychain
[4/4] Compiling Keychain Keychain.swift
Build complete! (3.99s)
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.