Build Information
Successful build of RVS_Persistent_Prefs, reference master (9b9966
), with Swift 5.9 for macOS (SPM) on 19 Mar 2025 19:02:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RiftValleySoftware/RVS_PersistentPrefs.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RiftValleySoftware/RVS_PersistentPrefs
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9b9966a Added the deleteAll() method.
Cloned https://github.com/RiftValleySoftware/RVS_PersistentPrefs.git
Revision (git rev-parse @):
9b9966a1883a534a179669820fee945e3b938813
SUCCESS checkout https://github.com/RiftValleySoftware/RVS_PersistentPrefs.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/RiftValleySoftware/RVS_PersistentPrefs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling RVS_Persistent_Prefs RVS_PersistentPrefs.swift
[2/2] Emitting module RVS_Persistent_Prefs
Build complete! (6.45s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RVS_Persistent_Prefs",
"name" : "RVS_Persistent_Prefs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "RVS_Persistent_Prefs",
"targets" : [
"RVS_Persistent_Prefs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RVS_Persistent_PrefsTest",
"module_type" : "SwiftTarget",
"name" : "RVS_Persistent_PrefsTest",
"path" : "Tests/RVS_Persistent_PrefsTest",
"sources" : [
"RVS_Persistent_Prefs_MixedType_Tests.swift",
"RVS_Persistent_Prefs_Simple_Tests.swift",
"RVS_Persistent_Prefs_Thread_Tests.swift"
],
"target_dependencies" : [
"RVS_Persistent_Prefs"
],
"type" : "test"
},
{
"c99name" : "RVS_Persistent_Prefs",
"module_type" : "SwiftTarget",
"name" : "RVS_Persistent_Prefs",
"path" : "Sources/RVS_Persistent_Prefs",
"product_memberships" : [
"RVS_Persistent_Prefs"
],
"sources" : [
"RVS_PersistentPrefs.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.