Build Information
Successful build of UserDefaultsKey, reference 1.0.0 (d2323f
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:23:15 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/UserDefaultsKey.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielctull/UserDefaultsKey
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d2323f6 Fix typo
Cloned https://github.com/danielctull/UserDefaultsKey.git
Revision (git rev-parse @):
d2323f6683fd3154ea1aac694d45c9ad052aa7a8
SUCCESS checkout https://github.com/danielctull/UserDefaultsKey.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielctull/UserDefaultsKey.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 UserDefaultsKey UserDefaults.swift
[4/8] Compiling UserDefaultsKey PropertyWrapper-Static.swift
[5/8] Compiling UserDefaultsKey UserDefaultsKey.swift
[6/8] Emitting module UserDefaultsKey
[7/8] Compiling UserDefaultsKey KeyValueObservation.swift
[8/8] Compiling UserDefaultsKey PropertyWrapper-Dynamic.swift
Build complete! (7.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UserDefaultsKey",
"name" : "UserDefaultsKey",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UserDefaultsKey",
"targets" : [
"UserDefaultsKey"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UserDefaultsKeyTests",
"module_type" : "SwiftTarget",
"name" : "UserDefaultsKeyTests",
"path" : "Tests/UserDefaultsKeyTests",
"sources" : [
"KeyTests.swift",
"PropertyWrapperTests.swift",
"String+Random.swift",
"Unwrap.swift"
],
"target_dependencies" : [
"UserDefaultsKey"
],
"type" : "test"
},
{
"c99name" : "UserDefaultsKey",
"module_type" : "SwiftTarget",
"name" : "UserDefaultsKey",
"path" : "Sources/UserDefaultsKey",
"product_memberships" : [
"UserDefaultsKey"
],
"sources" : [
"KeyValueObservation.swift",
"PropertyWrapper-Dynamic.swift",
"PropertyWrapper-Static.swift",
"UserDefaults.swift",
"UserDefaultsKey.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.