Build Information
Successful build of TinyStorage, reference main (500483), with Swift 6.1 for macOS (SPM) on 24 Nov 2025 20:07:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christianselig/TinyStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/christianselig/TinyStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5004831 Add writeIDs, check if change occurred, notification includes keys
Cloned https://github.com/christianselig/TinyStorage.git
Revision (git rev-parse @):
50048313489327e539f7c6227c51d6c63b363e69
SUCCESS checkout https://github.com/christianselig/TinyStorage.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/christianselig/TinyStorage.git
https://github.com/christianselig/TinyStorage.git
{
"dependencies" : [
],
"manifest_display_name" : "TinyStorage",
"name" : "TinyStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "TinyStorage",
"targets" : [
"TinyStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TinyStorageTests",
"module_type" : "SwiftTarget",
"name" : "TinyStorageTests",
"path" : "Tests",
"sources" : [
"CodableTests.swift",
"ConcurrencyAndReentrancyTests.swift",
"MigrationTests.swift",
"NotificationTests.swift",
"ObservationIntegrationTests.swift",
"PersistenceAndMigrationTests.swift",
"RetrieveOrThrowTests.swift",
"RetrieveTests.swift",
"StoreTests.swift",
"SupportHelpers.swift",
"TinyStorageTests.swift",
"TypedFetchTests.swift"
],
"target_dependencies" : [
"TinyStorage"
],
"type" : "test"
},
{
"c99name" : "TinyStorage",
"module_type" : "SwiftTarget",
"name" : "TinyStorage",
"path" : "Sources/TinyStorage",
"product_memberships" : [
"TinyStorage"
],
"sources" : [
"TinyStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling TinyStorage TinyStorage.swift
[4/4] Emitting module TinyStorage
Build complete! (9.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TinyStorage",
"name" : "TinyStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "TinyStorage",
"targets" : [
"TinyStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TinyStorageTests",
"module_type" : "SwiftTarget",
"name" : "TinyStorageTests",
"path" : "Tests",
"sources" : [
"CodableTests.swift",
"ConcurrencyAndReentrancyTests.swift",
"MigrationTests.swift",
"NotificationTests.swift",
"ObservationIntegrationTests.swift",
"PersistenceAndMigrationTests.swift",
"RetrieveOrThrowTests.swift",
"RetrieveTests.swift",
"StoreTests.swift",
"SupportHelpers.swift",
"TinyStorageTests.swift",
"TypedFetchTests.swift"
],
"target_dependencies" : [
"TinyStorage"
],
"type" : "test"
},
{
"c99name" : "TinyStorage",
"module_type" : "SwiftTarget",
"name" : "TinyStorage",
"path" : "Sources/TinyStorage",
"product_memberships" : [
"TinyStorage"
],
"sources" : [
"TinyStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.