This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/YYCache.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/YYCache
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/EFPrefix/YYCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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 YYKVStorage.m
[3/4] Compiling YYCache YYMemoryCache.m
Build complete! (2.68s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.