Build Information
Successful build of UserStorage, reference main (81662e), with Swift 6.0 for macOS (SPM) on 20 Apr 2026 08:24:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/smart-byte/UserStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/smart-byte/UserStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 81662e6 Improve Public API (#3)
Cloned https://github.com/smart-byte/UserStorage.git
Revision (git rev-parse @):
81662e693d34a03bd6c8b5f58b9c01e1eacb32f7
SUCCESS checkout https://github.com/smart-byte/UserStorage.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/smart-byte/UserStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Compiling UserStorage CoreDataStack.swift
[4/7] Compiling UserStorage PublishedUserStorage.swift
[5/7] Emitting module UserStorage
[6/7] Compiling UserStorage UserStorage.swift
[7/7] Compiling UserStorage UserStorageService.swift
Build complete! (8.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UserStorage",
"name" : "UserStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UserStorage",
"targets" : [
"UserStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UserStorageTests",
"module_type" : "SwiftTarget",
"name" : "UserStorageTests",
"path" : "Tests/UserStorageTests",
"sources" : [
"CoreDataStackTests.swift",
"UserStorageServiceTests.swift",
"UserStorageTests.swift"
],
"target_dependencies" : [
"UserStorage"
],
"type" : "test"
},
{
"c99name" : "UserStorage",
"module_type" : "SwiftTarget",
"name" : "UserStorage",
"path" : "Sources/UserStorage",
"product_memberships" : [
"UserStorage"
],
"sources" : [
"CoreDataStack.swift",
"PublishedUserStorage.swift",
"UserStorage.swift",
"UserStorageService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.