Build Information
Successful build of Carlos, reference 1.2.1 (3c2bf2), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 00:24:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spring-media/Carlos.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/spring-media/Carlos
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 3c2bf25 Fix an issue when cache intsance reference was nil in some cases
Cloned https://github.com/spring-media/Carlos.git
Revision (git rev-parse @):
3c2bf25e59614f5b7a88833a6fd2b9e4e00aa25d
SUCCESS checkout https://github.com/spring-media/Carlos.git at 1.2.1
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14896] Fetching quick
[2236/34713] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.24s)
Fetched https://github.com/Quick/Quick.git from cache (2.24s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (2.95s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.66s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.82s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.63s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.72s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.55s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "carlos",
"name": "Carlos",
"url": "https://github.com/spring-media/Carlos.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Carlos",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/spring-media/Carlos.git
[1/5610] Fetching carlos
Fetched https://github.com/spring-media/Carlos.git from cache (1.45s)
Creating working copy for https://github.com/spring-media/Carlos.git
Working copy of https://github.com/spring-media/Carlos.git resolved at 1.2.1 (3c2bf25)
warning: '.resolve-product-dependencies': dependency 'carlos' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/spring-media/Carlos.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/39] Emitting module Carlos
[4/43] Compiling Carlos BatchAllCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
98 |
99 | if let data = try? Data(contentsOf: URL(fileURLWithPath: path)),
100 | let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
101 | {
102 | Logger.log("DiskCacheLevel| Fetched \(key.toString()) on disk level", .info)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/43] Compiling Carlos Composed.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
98 |
99 | if let data = try? Data(contentsOf: URL(fileURLWithPath: path)),
100 | let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
101 | {
102 | Logger.log("DiskCacheLevel| Fetched \(key.toString()) on disk level", .info)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/43] Compiling Carlos Conditioned.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
98 |
99 | if let data = try? Data(contentsOf: URL(fileURLWithPath: path)),
100 | let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
101 | {
102 | Logger.log("DiskCacheLevel| Fetched \(key.toString()) on disk level", .info)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/43] Compiling Carlos DiskCacheLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
98 |
99 | if let data = try? Data(contentsOf: URL(fileURLWithPath: path)),
100 | let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
101 | {
102 | Logger.log("DiskCacheLevel| Fetched \(key.toString()) on disk level", .info)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/43] Compiling Carlos Normalize.swift
[9/43] Compiling Carlos PostProcess.swift
[10/43] Compiling Carlos SwitchCache.swift
[11/43] Compiling Carlos ValueTransformation.swift
[12/43] Compiling Carlos ComposedOneWayTransformer.swift
[13/43] Compiling Carlos ComposedTwoWayTransformer.swift
[14/43] Compiling Carlos ConditionedOneWayTransformer.swift
[15/43] Compiling Carlos ConditionedOutputProcessing.swift
[16/43] Compiling Carlos FetcherValueTransformation.swift
[17/43] Compiling Carlos FunctionComposition.swift
[18/43] Compiling Carlos Logger.swift
[19/43] Compiling Carlos MemoryWarning.swift
[20/43] Compiling Carlos StringConvertible.swift
[21/43] Compiling Carlos UnfairLock.swift
[22/43] Compiling Carlos CacheLevel+Batch.swift
[23/43] Compiling Carlos KeyTransformation.swift
[24/43] Compiling Carlos Fetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
97 |
98 | if let cachedValue = self.safeInternalDomain[key.toString()] {
99 | if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
100 | Logger.log("Fetched \(key.toString()) on user defaults level (domain \(self.domainName)")
101 | promise(.success(unencodedObject))
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/43] Compiling Carlos MemoryCacheLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
97 |
98 | if let cachedValue = self.safeInternalDomain[key.toString()] {
99 | if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
100 | Logger.log("Fetched \(key.toString()) on user defaults level (domain \(self.domainName)")
101 | promise(.success(unencodedObject))
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/43] Compiling Carlos NSUserDefaultsCacheLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
97 |
98 | if let cachedValue = self.safeInternalDomain[key.toString()] {
99 | if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
100 | Logger.log("Fetched \(key.toString()) on user defaults level (domain \(self.domainName)")
101 | promise(.success(unencodedObject))
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/43] Compiling Carlos NetworkFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
97 |
98 | if let cachedValue = self.safeInternalDomain[key.toString()] {
99 | if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
100 | Logger.log("Fetched \(key.toString()) on user defaults level (domain \(self.domainName)")
101 | promise(.success(unencodedObject))
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/43] Compiling Carlos PoolCache.swift
[29/43] Compiling Carlos CacheProvider.swift
[30/43] Compiling Carlos Carlos.swift
[31/43] Compiling Carlos BasicCache.swift
[32/43] Compiling Carlos BasicFetcher.swift
[33/43] Compiling Carlos Errors.swift
[34/43] Compiling Carlos ExpensiveObject.swift
[35/43] Compiling Carlos Extensions.swift
[36/43] Compiling Carlos ConditionedTwoWayTransformer.swift
[37/43] Compiling Carlos ConditionedValueTransformation.swift
[38/43] Compiling Carlos ImageTransformer.swift
[39/43] Compiling Carlos JSONTransformer.swift
[40/43] Compiling Carlos OneWayTransformer.swift
[41/43] Compiling Carlos StringTransformer.swift
[42/43] Compiling Carlos Transformers.swift
[43/43] Compiling Carlos TwoWayTransformer.swift
Build complete! (13.08s)
Build complete.
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.2.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Carlos",
"name" : "Carlos",
"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" : "Carlos",
"targets" : [
"Carlos"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CarlosTests",
"module_type" : "SwiftTarget",
"name" : "CarlosTests",
"path" : "Tests/CarlosTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"BasicCacheTests.swift",
"BasicFetcherTests.swift",
"BatchTests.swift",
"CacheProviderTests.swift",
"CompositionTests.swift",
"ConditionedCacheTests.swift",
"ConditionedOneWayTransformationBoxTests.swift",
"ConditionedOutputProcessingTests.swift",
"ConditionedTransformersTests.swift",
"ConditionedTwoWayTransformationBoxTests.swift",
"ConditionedValueTransformationTests.swift",
"DiskCacheTests.swift",
"Fakes/Base64EncodedImage.swift",
"Fakes/CacheLevelFake.swift",
"Fakes/FetcherFake.swift",
"FetcherValueTransformationTests.swift",
"ImageTransformerTests.swift",
"JSONTransformerTests.swift",
"KeyTransformationTests.swift",
"MKDistanceFormatterTransformerTests.swift",
"MemoryCacheLevelTests.swift",
"MemoryWarningNotificationTests.swift",
"NSDateFormatterTransformerTests.swift",
"NSNumberFormatterTransformerTests.swift",
"NSUserDefaultsCacheLevelTests.swift",
"NetworkFetcherTests.swift",
"NormalizationTests.swift",
"OneWayTransformationBoxTests.swift",
"OneWayTransformerCompositionTests.swift",
"PoolCacheTests.swift",
"PostProcessTests.swift",
"StringConvertibleTests.swift",
"StringTransformerTests.swift",
"SwitchCacheTests.swift",
"TwoWayTransformationBoxTests.swift",
"TwoWayTransformerCompositionTests.swift",
"ValueTransformationTests.swift"
],
"target_dependencies" : [
"Carlos"
],
"type" : "test"
},
{
"c99name" : "Carlos",
"module_type" : "SwiftTarget",
"name" : "Carlos",
"path" : "Sources/Carlos",
"product_memberships" : [
"Carlos"
],
"sources" : [
"CacheLevels/BatchAllCache.swift",
"CacheLevels/Composed.swift",
"CacheLevels/Conditioned.swift",
"CacheLevels/DiskCacheLevel.swift",
"CacheLevels/Fetcher.swift",
"CacheLevels/MemoryCacheLevel.swift",
"CacheLevels/NSUserDefaultsCacheLevel.swift",
"CacheLevels/NetworkFetcher.swift",
"CacheLevels/PoolCache.swift",
"CacheProvider.swift",
"Carlos.swift",
"Core/BasicCache.swift",
"Core/BasicFetcher.swift",
"Core/Errors.swift",
"Core/ExpensiveObject.swift",
"Core/Extensions.swift",
"Core/FetcherValueTransformation.swift",
"Core/FunctionComposition.swift",
"Core/Logger.swift",
"Core/MemoryWarning.swift",
"Core/StringConvertible.swift",
"Core/UnfairLock.swift",
"Operations/CacheLevel+Batch.swift",
"Operations/KeyTransformation.swift",
"Operations/Normalize.swift",
"Operations/PostProcess.swift",
"Operations/SwitchCache.swift",
"Operations/ValueTransformation.swift",
"Transformers/ComposedOneWayTransformer.swift",
"Transformers/ComposedTwoWayTransformer.swift",
"Transformers/ConditionedOneWayTransformer.swift",
"Transformers/ConditionedOutputProcessing.swift",
"Transformers/ConditionedTwoWayTransformer.swift",
"Transformers/ConditionedValueTransformation.swift",
"Transformers/ImageTransformer.swift",
"Transformers/JSONTransformer.swift",
"Transformers/OneWayTransformer.swift",
"Transformers/StringTransformer.swift",
"Transformers/Transformers.swift",
"Transformers/TwoWayTransformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.