Build Information
Successful build of TinyStorage, reference main (500483), with Swift 6.2 for macOS (SPM) on 24 Nov 2025 20:06:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "tinystorage",
"name": "TinyStorage",
"url": "https://github.com/christianselig/TinyStorage.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TinyStorage",
"dependencies": [
]
}
]
}
Fetching https://github.com/christianselig/TinyStorage.git
[1/244] Fetching tinystorage
Fetched https://github.com/christianselig/TinyStorage.git from cache (0.79s)
Creating working copy for https://github.com/christianselig/TinyStorage.git
Working copy of https://github.com/christianselig/TinyStorage.git resolved at main (5004831)
warning: '.resolve-product-dependencies': dependency 'tinystorage' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/christianselig/TinyStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/4] Emitting module TinyStorage
[4/4] Compiling TinyStorage TinyStorage.swift
Build complete! (8.90s)
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.