Build Information
Successful build of LocalStorage, reference main (7c951b), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:46:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlorianHubl/LocalStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FlorianHubl/LocalStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7c951b1 added public saveManual
Cloned https://github.com/FlorianHubl/LocalStorage.git
Revision (git rev-parse @):
7c951b13d3aac9071fe5a09403a37bf1c934dd03
SUCCESS checkout https://github.com/FlorianHubl/LocalStorage.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FlorianHubl/LocalStorage.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/4] Compiling LocalStorage LocalStorage.swift
[4/4] Emitting module LocalStorage
Build complete! (8.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LocalStorage",
"name" : "LocalStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LocalStorage",
"targets" : [
"LocalStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LocalStorageTests",
"module_type" : "SwiftTarget",
"name" : "LocalStorageTests",
"path" : "Tests/LocalStorageTests",
"sources" : [
"LocalStorageTests.swift"
],
"target_dependencies" : [
"LocalStorage"
],
"type" : "test"
},
{
"c99name" : "LocalStorage",
"module_type" : "SwiftTarget",
"name" : "LocalStorage",
"path" : "Sources/LocalStorage",
"product_memberships" : [
"LocalStorage"
],
"sources" : [
"LocalStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.