Build Information
Successful build of KeychainItem, reference 1.0.0 (f6b989
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 21:02:10 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/danielctull/KeychainItem.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielctull/KeychainItem
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at f6b9899 Add a dynamic property wrapper using Combine and SwiftUI
Cloned https://github.com/danielctull/KeychainItem.git
Revision (git rev-parse @):
f6b9899c6f9ff973211543d50abaf63c8a5a708d
SUCCESS checkout https://github.com/danielctull/KeychainItem.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielctull/KeychainItem.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/8] Compiling KeychainItem Keychain-Static.swift
[4/8] Compiling KeychainItem KeychainItem+Codable.swift
[5/8] Compiling KeychainItem KeychainItem.swift
[6/8] Compiling KeychainItem Keychain+Functions.swift
[7/8] Emitting module KeychainItem
[8/8] Compiling KeychainItem Keychain-Dynamic.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeychainItem/Keychain-Dynamic.swift:23:27: warning: will never be executed
21 | return NotificationCenter.default
22 | .publisher(for: .keychainItemWillChange)
23 | .catch { _ in Empty<Notification, Never>() }
| | `- warning: will never be executed
| `- note: '_' is of type 'NotificationCenter.Publisher.Failure' (aka 'Never') which cannot be constructed because it is an enum with no cases
24 | .compactMap { $0.object as? KeychainItem<Value> }
25 | .filter { $0.account == item.account }
Build complete! (6.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KeychainItem",
"name" : "KeychainItem",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "KeychainItem",
"targets" : [
"KeychainItem"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeychainItemTests",
"module_type" : "SwiftTarget",
"name" : "KeychainItemTests",
"path" : "Tests/KeychainItemTests",
"sources" : [
"CodableTests.swift",
"KeychainTests.swift"
],
"target_dependencies" : [
"KeychainItem"
],
"type" : "test"
},
{
"c99name" : "KeychainItem",
"module_type" : "SwiftTarget",
"name" : "KeychainItem",
"path" : "Sources/KeychainItem",
"product_memberships" : [
"KeychainItem"
],
"sources" : [
"Keychain+Functions.swift",
"Keychain-Dynamic.swift",
"Keychain-Static.swift",
"KeychainItem+Codable.swift",
"KeychainItem.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.