Build Information
Successful build of AppStorage, reference main (c01b5a), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 13:01:38 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/xavierLowmiller/AppStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xavierLowmiller/AppStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c01b5ab Remove empty configs
Cloned https://github.com/xavierLowmiller/AppStorage.git
Revision (git rev-parse @):
c01b5abd6b2dbb3e8874ca990cf0803ad8f4c30a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/xavierLowmiller/AppStorage.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/xavierLowmiller/AppStorage.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 AppStorage AppStorage.swift
[4/4] Emitting module AppStorage
Build complete! (7.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AppStorage",
"name" : "AppStorage",
"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" : "AppStorage",
"targets" : [
"AppStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppStorageTests",
"module_type" : "SwiftTarget",
"name" : "AppStorageTests",
"path" : "Tests/AppStorageTests",
"sources" : [
"AppStorageKVOTests.swift",
"AppStorageTests.swift"
],
"target_dependencies" : [
"AppStorage"
],
"type" : "test"
},
{
"c99name" : "AppStorageCompatibilityTests",
"module_type" : "SwiftTarget",
"name" : "AppStorageCompatibilityTests",
"path" : "Tests/AppStorageCompatibilityTests",
"sources" : [
"AppStorageCompatibilityTests.swift"
],
"target_dependencies" : [
"AppStorage"
],
"type" : "test"
},
{
"c99name" : "AppStorage",
"module_type" : "SwiftTarget",
"name" : "AppStorage",
"path" : "Sources/AppStorage",
"product_memberships" : [
"AppStorage"
],
"sources" : [
"AppStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.