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 YYCache, reference 1.0.5 (632e4a), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 00:57:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/YYCache.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/YYCache
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 632e4a6 FIx source url
Cloned https://github.com/EFPrefix/YYCache.git
Revision (git rev-parse @):
632e4a683cec7a03c8a8fc6de677f1b00d5a00bf
SUCCESS checkout https://github.com/EFPrefix/YYCache.git at 1.0.5
========================================
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": "yycache",
      "name": "YYCache",
      "url": "https://github.com/EFPrefix/YYCache.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YYCache",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/EFPrefix/YYCache.git
[1/472] Fetching yycache
Fetched https://github.com/EFPrefix/YYCache.git from cache (1.31s)
Creating working copy for https://github.com/EFPrefix/YYCache.git
Working copy of https://github.com/EFPrefix/YYCache.git resolved at 1.0.5 (632e4a6)
warning: '.resolve-product-dependencies': dependency 'yycache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/EFPrefix/YYCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Compiling YYCache YYCache.m
[1/4] Compiling YYCache YYDiskCache.m
[2/4] Compiling YYCache YYMemoryCache.m
[3/4] Compiling YYCache YYKVStorage.m
Build complete! (3.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YYCache",
  "name" : "YYCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "YYCache",
      "targets" : [
        "YYCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YYCache",
      "module_type" : "ClangTarget",
      "name" : "YYCache",
      "path" : "YYCache",
      "product_memberships" : [
        "YYCache"
      ],
      "sources" : [
        "YYCache.m",
        "YYDiskCache.m",
        "YYKVStorage.m",
        "YYMemoryCache.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.