The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Cache, reference 7.4.0 (24e471), with Swift 5.10 for macOS (SPM) on 27 Aug 2024 18:32:03 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hyperoslo/Cache.git
Reference: 7.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hyperoslo/Cache
 * tag               7.4.0      -> FETCH_HEAD
HEAD is now at 24e4710 Merge pull request #304 from boduoduo/fix/sortedIssue
Cloned https://github.com/hyperoslo/Cache.git
Revision (git rev-parse @):
24e47109e31b2031cb26e25cc1b81b607496066c
SUCCESS checkout https://github.com/hyperoslo/Cache.git at 7.4.0
========================================
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": "cache",
      "name": "Cache",
      "url": "https://github.com/hyperoslo/Cache.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cache",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hyperoslo/Cache.git
[1/6121] Fetching cache
Fetched https://github.com/hyperoslo/Cache.git from cache (1.58s)
Creating working copy for https://github.com/hyperoslo/Cache.git
Working copy of https://github.com/hyperoslo/Cache.git resolved at 7.4.0 (24e4710)
warning: '.resolve-product-dependencies': dependency 'cache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/hyperoslo/Cache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
[4/37] Emitting module Cache
[5/40] Compiling Cache SyncStorage.swift
[6/40] Compiling Cache UIImage+Extensions.swift
[7/40] Compiling Cache resource_bundle_accessor.swift
[8/40] Compiling Cache KeyObservationRegistry.swift
[9/40] Compiling Cache MemoryStorage.swift
[10/40] Compiling Cache Storage+Transform.swift
[11/40] Compiling Cache MemoryCapsule.swift
[12/40] Compiling Cache ObservationToken.swift
[13/40] Compiling Cache Optional+Extension.swift
[14/40] Compiling Cache StorageError.swift
[15/40] Compiling Cache FileManager+Extensions.swift
[16/40] Compiling Cache Hasher+constantAccrossExecutions.swift
[17/40] Compiling Cache JSONDecoder+Extensions.swift
[18/40] Compiling Cache URL+Extensions.swift
[19/40] Compiling Cache DataSerializer.swift
[20/40] Compiling Cache Entry.swift
[21/40] Compiling Cache ExpirationMode.swift
[22/40] Compiling Cache Expiry.swift
[23/40] Compiling Cache AsyncStorage.swift
[24/40] Compiling Cache DiskStorage.swift
[25/40] Compiling Cache HybridStorage.swift
[26/40] Compiling Cache ImageWrapper.swift
[27/40] Compiling Cache JSONArrayWrapper.swift
[28/40] Compiling Cache JSONDictionaryWrapper.swift
[29/40] Compiling Cache MD5.swift
[30/40] Compiling Cache Storage.swift
[31/40] Compiling Cache StorageAware.swift
[32/40] Compiling Cache StorageObservationRegistry.swift
[33/40] Compiling Cache NSImage+Extensions.swift
[34/40] Compiling Cache DiskConfig.swift
[35/40] Compiling Cache MemoryConfig.swift
[36/40] Compiling Cache Date+Extensions.swift
[37/40] Compiling Cache Transformer.swift
[38/40] Compiling Cache TransformerFactory.swift
[39/40] Compiling Cache TypeWrapper.swift
[40/40] Compiling Cache Types.swift
Build complete! (6.55s)
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/Mac/Info.plist
    /Users/admin/builder/spi-builder-workspace/Tests/iOS/Info.plist
    /Users/admin/builder/spi-builder-workspace/Tests/tvOS/Info.plist
Build complete.
Done.