Build Information
Successful build of cache, reference 6.0.0 (799a1c), with Swift 6.1 for macOS (SPM) on 24 Jan 2026 21:21:14 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/nashysolutions/Cache.git
Reference: 6.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/Cache
* tag 6.0.0 -> FETCH_HEAD
HEAD is now at 799a1ca Removing deprecation warnings.
Cloned https://github.com/nashysolutions/Cache.git
Revision (git rev-parse @):
799a1ca880f834b0989b69ba5248828b56a04ec3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nashysolutions/Cache.git at 6.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/nashysolutions/Cache.git
https://github.com/nashysolutions/Cache.git
{
"dependencies" : [
{
"identity" : "foundation-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nashysolutions/foundation-dependencies.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "1.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "cache",
"name" : "cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"FileSystemCacheTests.swift",
"Helpers/AnyResourceBox.swift",
"Helpers/DummyAgent.swift",
"Helpers/DummyFolder.swift",
"Helpers/MockFileSystemFolderStore.swift",
"Helpers/TestValue.swift",
"VolatileCacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_dependencies" : [
"FoundationDependencies"
],
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache/Cache.swift",
"Cache/DatabaseBackedCache.swift",
"Cache/FileSystemCache.swift",
"Cache/VolatileCache.swift",
"Database/Database.swift",
"Database/FileSystemDatabase.swift",
"Database/VolatileDatabase.swift",
"Expiry.swift",
"Resource/CodableResource.swift",
"Resource/ExpiringResource.swift",
"Resource/Resource.swift",
"Resource/ResourceProvider.swift",
"Storage/CodableStorage.swift",
"Storage/FileSystemStorage.swift",
"Storage/Storage.swift",
"Storage/VolatileStorage.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/17] Copying Localizable.xcstrings
[1/17] Write sources
[1/17] Copying Info.plist
[6/17] Write sources
[14/17] Write swift-version-2F0A5646E1D333AE.txt
[16/44] Compiling IssueReportingPackageSupport _Test.swift
[17/44] Emitting module IssueReportingPackageSupport
[18/66] Compiling Files UpdateResource.swift
[19/67] Compiling Versioning SemanticVersion.swift
[20/67] Emitting module Versioning
[21/67] Compiling Files SaveResource.swift
[22/67] Compiling Files DeleteResource.swift
[23/67] Compiling Files LoadResource.swift
[24/67] Compiling ConcurrencyExtras Result.swift
[25/67] Compiling ConcurrencyExtras LockIsolated.swift
[26/67] Compiling ConcurrencyExtras Task.swift
[27/67] Compiling ConcurrencyExtras Locking.swift
[28/67] Compiling ConcurrencyExtras UncheckedBox.swift
[29/67] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[30/67] Compiling IssueReporting TestContext.swift
[31/67] Compiling ConcurrencyExtras AsyncStream.swift
[32/67] Compiling IssueReporting Unimplemented.swift
[33/67] Compiling IssueReporting ErrorReporting.swift
[34/67] Compiling IssueReporting FatalErrorReporter.swift
[35/67] Compiling IssueReporting ReportIssue.swift
[36/67] Compiling IssueReporting AppHostWarning.swift
[37/67] Emitting module ConcurrencyExtras
[38/67] Compiling IssueReporting IsTesting.swift
[39/67] Compiling IssueReporting IssueReporter.swift
[40/67] Compiling ConcurrencyExtras MainSerialExecutor.swift
[41/67] Compiling IssueReporting BreakpointReporter.swift
[42/67] Compiling IssueReporting DefaultReporter.swift
[43/67] Compiling IssueReporting LockIsolated.swift
[44/67] Compiling IssueReporting Rethrows.swift
[45/67] Compiling IssueReporting Warn.swift
[46/67] Compiling IssueReporting XCTest.swift
[47/70] Compiling Files FileSystemFolderStore.swift
[48/70] Compiling IssueReporting SwiftTesting.swift
[49/70] Compiling IssueReporting UncheckedSendable.swift
[50/70] Emitting module Files
[51/70] Compiling Files FileSystemOperations.swift
[52/70] Compiling Files Folder.swift
[57/70] Compiling IssueReporting Deprecations.swift
[58/70] Compiling IssueReporting FailureObserver.swift
[61/70] Emitting module IssueReporting
[62/70] Compiling Files resource_bundle_accessor.swift
[63/70] Compiling ConcurrencyExtras UncheckedSendable.swift
[64/70] Compiling IssueReporting WithExpectedIssue.swift
[65/70] Compiling IssueReporting WithIssueContext.swift
[66/95] Compiling XCTestDynamicOverlay Deprecations.swift
[67/95] Compiling XCTestDynamicOverlay Exports.swift
[68/95] Emitting module XCTestDynamicOverlay
[69/95] Compiling CombineSchedulers Lock.swift
[70/95] Compiling CombineSchedulers NSRecursiveLock.swift
[71/96] Compiling CombineSchedulers UIScheduler.swift
[72/96] Compiling CombineSchedulers UIKit.swift
[73/96] Compiling CombineSchedulers Timer.swift
[74/96] Compiling Clocks UnimplementedClock.swift
[75/96] Compiling Clocks Timer.swift
[76/96] Compiling Clocks _AsyncTimerSequence.swift
[77/96] Compiling Clocks Lock.swift
[78/96] Compiling Clocks TestClock.swift
[79/96] Emitting module CombineSchedulers
[80/96] Compiling CombineSchedulers ImmediateScheduler.swift
[81/96] Compiling CombineSchedulers Deprecations.swift
[82/96] Compiling CombineSchedulers AnyScheduler.swift
[83/96] Compiling CombineSchedulers Concurrency.swift
[84/96] Compiling CombineSchedulers TestScheduler.swift
[85/96] Compiling CombineSchedulers UnimplementedScheduler.swift
[86/96] Compiling IssueReportingTestSupport SwiftTesting.swift
[87/96] Emitting module IssueReportingTestSupport
[88/96] Compiling IssueReportingTestSupport XCTest.swift
[88/96] Write Objects.LinkFileList
[90/96] Compiling CombineSchedulers Platform.swift
[91/96] Compiling CombineSchedulers SwiftUI.swift
[92/96] Compiling Clocks AnyClock.swift
[93/96] Emitting module Clocks
[94/96] Compiling Clocks ImmediateClock.swift
[95/96] Compiling Clocks SwiftUI.swift
[95/120] Linking libIssueReportingTestSupport.dylib
[97/120] Emitting module Dependencies
[98/122] Compiling Dependencies TypeName.swift
[99/122] Compiling Dependencies PreviewTrait.swift
[100/122] Compiling Dependencies Dependency.swift
[101/122] Compiling Dependencies DependencyContext.swift
[102/122] Compiling Dependencies DependencyKey.swift
[103/122] Compiling Dependencies WithRandomNumberGenerator.swift
[104/122] Compiling Dependencies AppEntryPoint.swift
[105/122] Compiling Dependencies URLSession.swift
[106/122] Compiling Dependencies UUID.swift
[107/122] Compiling Dependencies FireAndForget.swift
[108/122] Compiling Dependencies Locale.swift
[109/122] Compiling Dependencies MainQueue.swift
[110/122] Compiling Dependencies MainRunLoop.swift
[111/122] Compiling Dependencies OpenURL.swift
[112/122] Compiling Dependencies TimeZone.swift
[113/122] Compiling Dependencies Deprecations.swift
[114/122] Compiling Dependencies Exports.swift
[115/122] Compiling Dependencies Clocks.swift
[116/122] Compiling Dependencies Context.swift
[117/122] Compiling Dependencies Date.swift
[118/122] Compiling Dependencies DependencyValues.swift
[119/122] Compiling Dependencies Assert.swift
[120/122] Compiling Dependencies Calendar.swift
[121/122] Compiling Dependencies TestTrait.swift
[122/122] Compiling Dependencies WithDependencies.swift
[123/135] Compiling FoundationDependencies XcodeBundleError.swift
[124/135] Compiling FoundationDependencies UserDefaultsStoreProtocol.swift
[125/136] Compiling FoundationDependencies UserDefaultsClient.swift
[126/136] Compiling FoundationDependencies ColorAsset.swift
[127/136] Compiling FoundationDependencies ImageAsset.swift
[128/136] Compiling FoundationDependencies UserDefaultsLiveStore.swift
[129/136] Compiling FoundationDependencies XcodeBundle.swift
[130/136] Compiling FoundationDependencies MainBundleClient.swift
[131/136] Compiling FoundationDependencies UserDefaultsTestStore.swift
[132/136] Compiling FoundationDependencies FileSystemClient.swift
[133/136] Compiling FoundationDependencies FileSystemResourceClient.swift
[134/136] Emitting module FoundationDependencies
[135/136] Compiling FoundationDependencies LogClient.swift
[136/136] Compiling FoundationDependencies BundleResourceProvider.swift
[137/152] Compiling Cache Storage.swift
[138/152] Compiling Cache CodableStorage.swift
[139/152] Compiling Cache VolatileDatabase.swift
[140/152] Compiling Cache Expiry.swift
[141/152] Compiling Cache Resource.swift
[142/152] Compiling Cache ResourceProvider.swift
[143/152] Compiling Cache CodableResource.swift
[144/152] Compiling Cache ExpiringResource.swift
[145/152] Compiling Cache FileSystemCache.swift
[146/152] Compiling Cache VolatileCache.swift
[147/152] Compiling Cache Database.swift
[148/152] Compiling Cache FileSystemDatabase.swift
[149/152] Emitting module Cache
[150/152] Compiling Cache FileSystemStorage.swift
[151/152] Compiling Cache Cache.swift
[152/152] Compiling Cache DatabaseBackedCache.swift
[153/153] Compiling Cache VolatileStorage.swift
Build complete! (43.54s)
Fetching https://github.com/nashysolutions/foundation-dependencies.git
Fetching https://github.com/pointfreeco/swift-dependencies.git from cache
[1/167] Fetching foundation-dependencies
Fetched https://github.com/nashysolutions/foundation-dependencies.git from cache (1.21s)
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.23s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.8.1 (1.75s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.67s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.94s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.94s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.95s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.02s)
Computing version for https://github.com/nashysolutions/foundation-dependencies.git
Computed https://github.com/nashysolutions/foundation-dependencies.git at 5.0.1 (5.47s)
Fetching https://github.com/nashysolutions/files.git
Fetching https://github.com/nashysolutions/versioning.git
[1/80] Fetching versioning
[81/241] Fetching versioning, files
Fetched https://github.com/nashysolutions/versioning.git from cache (0.67s)
[97/161] Fetching files
Fetched https://github.com/nashysolutions/files.git from cache (0.78s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.1.0 (1.37s)
Computing version for https://github.com/nashysolutions/files.git
Computed https://github.com/nashysolutions/files.git at 2.2.2 (0.68s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.48s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.48s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.44s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.05s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.48s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.47s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.84s)
Creating working copy for https://github.com/nashysolutions/files.git
Working copy of https://github.com/nashysolutions/files.git resolved at 2.2.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.8.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/nashysolutions/versioning.git
Working copy of https://github.com/nashysolutions/versioning.git resolved at 2.1.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/nashysolutions/foundation-dependencies.git
Working copy of https://github.com/nashysolutions/foundation-dependencies.git resolved at 5.0.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Build complete.
{
"dependencies" : [
{
"identity" : "foundation-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nashysolutions/foundation-dependencies.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "1.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "cache",
"name" : "cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"FileSystemCacheTests.swift",
"Helpers/AnyResourceBox.swift",
"Helpers/DummyAgent.swift",
"Helpers/DummyFolder.swift",
"Helpers/MockFileSystemFolderStore.swift",
"Helpers/TestValue.swift",
"VolatileCacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_dependencies" : [
"FoundationDependencies"
],
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache/Cache.swift",
"Cache/DatabaseBackedCache.swift",
"Cache/FileSystemCache.swift",
"Cache/VolatileCache.swift",
"Database/Database.swift",
"Database/FileSystemDatabase.swift",
"Database/VolatileDatabase.swift",
"Expiry.swift",
"Resource/CodableResource.swift",
"Resource/ExpiringResource.swift",
"Resource/Resource.swift",
"Resource/ResourceProvider.swift",
"Storage/CodableStorage.swift",
"Storage/FileSystemStorage.swift",
"Storage/Storage.swift",
"Storage/VolatileStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.