Build Information
Successful build of PersistedProperty, reference master (0f0d54
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 03:28:21 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/danielepantaleone/PersistedProperty.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/PersistedProperty
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0f0d540 Removed watchOS and tvOS from supported platforms
Cloned https://github.com/danielepantaleone/PersistedProperty.git
Revision (git rev-parse @):
0f0d540a8c91baa5f6c141aa10e252967f087761
SUCCESS checkout https://github.com/danielepantaleone/PersistedProperty.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielepantaleone/PersistedProperty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling PersistedProperty Storage.swift
[5/13] Compiling PersistedProperty StorageService.swift
[6/13] Compiling PersistedProperty Persisted.swift
[7/13] Compiling PersistedProperty KeyChainStorageService.swift
[8/13] Compiling PersistedProperty UserDefaultsStorageService.swift
[9/13] Compiling PersistedProperty MutexType.swift
[10/13] Compiling PersistedProperty StorageCoder.swift
[11/13] Emitting module PersistedProperty
[12/13] Compiling PersistedProperty Mutex.swift
[13/13] Compiling PersistedProperty AnyOptional.swift
[14/14] Compiling PersistedProperty resource_bundle_accessor.swift
Build complete! (4.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PersistedProperty",
"name" : "PersistedProperty",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "PersistedProperty",
"targets" : [
"PersistedProperty"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistedPropertyTests",
"module_type" : "SwiftTarget",
"name" : "PersistedPropertyTests",
"path" : "Tests/PersistedPropertyTests",
"sources" : [
"Common/InMemoryStorageService.swift",
"Common/PersistedContainer.swift",
"PersistedPropertyInMemoryTests.swift",
"PersistedPropertyKeyChainTests.swift",
"PersistedPropertyTests.swift",
"PersistedPropertyUserDefaultsTests.swift"
],
"target_dependencies" : [
"PersistedProperty"
],
"type" : "test"
},
{
"c99name" : "PersistedProperty",
"module_type" : "SwiftTarget",
"name" : "PersistedProperty",
"path" : "Sources/PersistedProperty",
"product_memberships" : [
"PersistedProperty"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PersistedProperty/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Common/AnyOptional.swift",
"Common/Mutex.swift",
"Common/MutexType.swift",
"Common/StorageCoder.swift",
"Persisted.swift",
"Services/KeyChainStorageService.swift",
"Services/UserDefaultsStorageService.swift",
"Storage.swift",
"StorageService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.