The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of cache, reference main (ecf053), with Swift 6.1 for macOS (SPM) on 29 Oct 2025 06:29:38 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/Cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/Cache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ecf053c Update README.
Cloned https://github.com/nashysolutions/Cache.git
Revision (git rev-parse @):
ecf053c2818ebd1f4fd5e15ce99f054ed85c2962
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nashysolutions/Cache.git at main
========================================
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] Write sources
[7/17] Copying Info.plist
[8/17] Write sources
[11/17] Copying Localizable.xcstrings
[14/17] Write swift-version-2F0A5646E1D333AE.txt
[16/44] Emitting module IssueReportingPackageSupport
[17/44] Compiling IssueReportingPackageSupport _Test.swift
[18/66] Compiling IssueReporting TestContext.swift
[19/66] Compiling IssueReporting Unimplemented.swift
[20/68] Compiling IssueReporting WithExpectedIssue.swift
[21/68] Compiling IssueReporting WithIssueContext.swift
[22/68] Compiling Files UpdateResource.swift
[23/69] Compiling Files SaveResource.swift
[24/69] Compiling IssueReporting RuntimeWarningReporter.swift
[25/69] Compiling IssueReporting ReportIssue.swift
[26/69] Compiling IssueReporting BreakpointReporter.swift
[27/69] Compiling IssueReporting FatalErrorReporter.swift
[28/69] Compiling IssueReporting IsTesting.swift
[29/69] Compiling IssueReporting IssueReporter.swift
[30/69] Compiling IssueReporting Warn.swift
[31/69] Compiling IssueReporting XCTest.swift
[32/69] Compiling IssueReporting SwiftTesting.swift
[33/69] Compiling IssueReporting UncheckedSendable.swift
[34/69] Compiling Files resource_bundle_accessor.swift
[35/69] Emitting module Files
[36/69] Compiling ConcurrencyExtras Result.swift
[37/69] Compiling ConcurrencyExtras Task.swift
[38/70] Compiling ConcurrencyExtras LockIsolated.swift
[39/70] Compiling ConcurrencyExtras Locking.swift
[40/70] Compiling ConcurrencyExtras UncheckedBox.swift
[41/70] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[42/70] Compiling ConcurrencyExtras AsyncStream.swift
[43/70] Compiling IssueReporting Deprecations.swift
[44/70] Compiling IssueReporting FailureObserver.swift
[45/70] Emitting module ConcurrencyExtras
[46/70] Compiling ConcurrencyExtras MainSerialExecutor.swift
[47/70] Compiling Files FileSystemOperations.swift
[48/70] Compiling Files FileSystemFolderStore.swift
[51/70] Compiling Files Folder.swift
[52/70] Compiling IssueReporting LockIsolated.swift
[53/70] Compiling IssueReporting Rethrows.swift
[56/70] Emitting module IssueReporting
[57/70] Emitting module Versioning
[58/70] Compiling IssueReporting ErrorReporting.swift
[60/70] Compiling IssueReporting AppHostWarning.swift
[62/70] Compiling Versioning SemanticVersion.swift
[63/70] Compiling Files DeleteResource.swift
[64/70] Compiling Files LoadResource.swift
[65/73] Compiling ConcurrencyExtras UncheckedSendable.swift
[66/94] Emitting module XCTestDynamicOverlay
[67/94] Compiling XCTestDynamicOverlay Exports.swift
[68/94] Compiling XCTestDynamicOverlay Deprecations.swift
[69/94] Compiling CombineSchedulers UIScheduler.swift
[70/95] Compiling CombineSchedulers UIKit.swift
[71/95] Compiling CombineSchedulers Timer.swift
[72/95] Compiling CombineSchedulers TestScheduler.swift
[73/95] Compiling Clocks TestClock.swift
[74/95] Compiling Clocks Timer.swift
[75/95] Compiling Clocks _AsyncTimerSequence.swift
[76/95] Compiling Clocks UnimplementedClock.swift
[77/95] Compiling CombineSchedulers AnyScheduler.swift
[78/95] Compiling CombineSchedulers Concurrency.swift
[79/95] Emitting module CombineSchedulers
[80/95] Compiling CombineSchedulers UnimplementedScheduler.swift
[81/95] Emitting module IssueReportingTestSupport
[82/95] Compiling IssueReportingTestSupport SwiftTesting.swift
[83/95] Compiling IssueReportingTestSupport XCTest.swift
[83/95] Write Objects.LinkFileList
[85/95] Compiling Clocks ImmediateClock.swift
[86/95] Compiling Clocks AnyClock.swift
[87/95] Compiling Clocks Lock.swift
[88/95] Emitting module Clocks
[89/95] Compiling Clocks SwiftUI.swift
[90/95] Compiling CombineSchedulers NSRecursiveLock.swift
[91/95] Compiling CombineSchedulers Lock.swift
[92/95] Compiling CombineSchedulers ImmediateScheduler.swift
[93/95] Compiling CombineSchedulers Deprecations.swift
[94/95] Compiling CombineSchedulers SwiftUI.swift
[94/95] Linking libIssueReportingTestSupport.dylib
[96/119] Emitting module Dependencies
[97/121] Compiling Dependencies TypeName.swift
[98/121] Compiling Dependencies PreviewTrait.swift
[99/121] Compiling Dependencies FireAndForget.swift
[100/121] Compiling Dependencies Locale.swift
[101/121] Compiling Dependencies MainQueue.swift
[102/121] Compiling Dependencies MainRunLoop.swift
[103/121] Compiling Dependencies OpenURL.swift
[104/121] Compiling Dependencies TimeZone.swift
[105/121] Compiling Dependencies Deprecations.swift
[106/121] Compiling Dependencies Exports.swift
[107/121] Compiling Dependencies WithRandomNumberGenerator.swift
[108/121] Compiling Dependencies AppEntryPoint.swift
[109/121] Compiling Dependencies URLSession.swift
[110/121] Compiling Dependencies UUID.swift
[111/121] Compiling Dependencies Dependency.swift
[112/121] Compiling Dependencies DependencyContext.swift
[113/121] Compiling Dependencies DependencyKey.swift
[114/121] Compiling Dependencies Clocks.swift
[115/121] Compiling Dependencies Context.swift
[116/121] Compiling Dependencies Date.swift
[117/121] Compiling Dependencies DependencyValues.swift
[118/121] Compiling Dependencies Assert.swift
[119/121] Compiling Dependencies Calendar.swift
[120/121] Compiling Dependencies TestTrait.swift
[121/121] Compiling Dependencies WithDependencies.swift
[122/134] Compiling FoundationDependencies UserDefaultsStoreProtocol.swift
[123/135] Compiling FoundationDependencies XcodeBundle.swift
[124/135] Compiling FoundationDependencies UserDefaultsClient.swift
[125/135] Compiling FoundationDependencies XcodeBundleError.swift
[126/135] Compiling FoundationDependencies UserDefaultsLiveStore.swift
[127/135] Compiling FoundationDependencies ColorAsset.swift
[128/135] Compiling FoundationDependencies ImageAsset.swift
[129/135] Compiling FoundationDependencies MainBundleClient.swift
[130/135] Compiling FoundationDependencies LogClient.swift
[131/135] Compiling FoundationDependencies BundleResourceProvider.swift
[132/135] Compiling FoundationDependencies UserDefaultsTestStore.swift
[133/135] Emitting module FoundationDependencies
[134/135] Compiling FoundationDependencies FileSystemClient.swift
[135/135] Compiling FoundationDependencies FileSystemResourceClient.swift
[136/151] Compiling Cache FileSystemStorage.swift
[137/151] Compiling Cache CodableStorage.swift
[138/152] Compiling Cache Resource.swift
[139/152] Compiling Cache ResourceProvider.swift
[140/152] Compiling Cache VolatileDatabase.swift
[141/152] Compiling Cache Expiry.swift
[142/152] Compiling Cache Cache.swift
[143/152] Compiling Cache DatabaseBackedCache.swift
[144/152] Emitting module Cache
[145/152] Compiling Cache Storage.swift
[146/152] Compiling Cache Database.swift
[147/152] Compiling Cache FileSystemDatabase.swift
[148/152] Compiling Cache CodableResource.swift
[149/152] Compiling Cache ExpiringResource.swift
[150/152] Compiling Cache FileSystemCache.swift
[151/152] Compiling Cache VolatileCache.swift
[152/152] Compiling Cache VolatileStorage.swift
Build complete! (37.18s)
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 (0.70s)
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.11s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.8.1 (1.66s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.69s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.73s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.74s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.60s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.64s)
Computing version for https://github.com/nashysolutions/foundation-dependencies.git
Computed https://github.com/nashysolutions/foundation-dependencies.git at 5.0.1 (4.73s)
Fetching https://github.com/nashysolutions/versioning.git
Fetching https://github.com/nashysolutions/files.git
[1/161] Fetching files
[151/241] Fetching files, versioning
Fetched https://github.com/nashysolutions/versioning.git from cache (0.66s)
Fetched https://github.com/nashysolutions/files.git from cache (0.66s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.1.0 (1.27s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.50s)
Computing version for https://github.com/nashysolutions/files.git
Computed https://github.com/nashysolutions/files.git at 2.2.2 (0.62s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.52s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.53s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.53s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.71s)
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
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/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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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
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.