The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YYCache, reference master (632e4a), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 03:03:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/EFPrefix/YYCache.git
[1/472] Fetching yycache
Fetched https://github.com/EFPrefix/YYCache.git from cache (1.23s)
Creating working copy for https://github.com/EFPrefix/YYCache.git
Working copy of https://github.com/EFPrefix/YYCache.git resolved at master (632e4a6)
warning: '.resolve-product-dependencies': dependency 'yycache' 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/EFPrefix/YYCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Compiling YYCache YYDiskCache.m
[1/4] Compiling YYCache YYCache.m
[2/4] Compiling YYCache YYKVStorage.m
[3/4] Compiling YYCache YYMemoryCache.m
Build complete! (2.56s)
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.