The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cachyr, reference master (74e48d), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 11:37:33 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/nrkno/yr-cachyr.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nrkno/yr-cachyr
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 74e48d4 Updated readme with SPM info
Cloned https://github.com/nrkno/yr-cachyr.git
Revision (git rev-parse @):
74e48d428a9b399e3fa4745f0634983d4f66a4c8
SUCCESS checkout https://github.com/nrkno/yr-cachyr.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": "yr-cachyr",
      "name": "Cachyr",
      "url": "https://github.com/nrkno/yr-cachyr.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yr-cachyr",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nrkno/yr-cachyr.git
[1/425] Fetching yr-cachyr
Fetched https://github.com/nrkno/yr-cachyr.git from cache (0.68s)
Creating working copy for https://github.com/nrkno/yr-cachyr.git
Working copy of https://github.com/nrkno/yr-cachyr.git resolved at master (74e48d4)
warning: '.resolve-product-dependencies': dependency 'yr-cachyr' 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/nrkno/yr-cachyr.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling Cachyr MemoryCache.swift
[4/9] Compiling Cachyr FileManager+xattr.swift
[5/9] Compiling Cachyr DataCache.swift
[6/9] Emitting module Cachyr
[7/9] Compiling Cachyr CacheLog.swift
[8/9] Compiling Cachyr DataConvertable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DataConvertable.swift:55:29: warning: initialization of 'UnsafeBufferPointer<Self>' results in a dangling buffer pointer [#TemporaryPointers]
 53 |     public static func data(from value: Self) -> Data? {
 54 |         var theValue = value
 55 |         return Data(buffer: UnsafeBufferPointer(start: &theValue, count: 1))
    |                             |                          |- note: implicit argument conversion from 'Self' to 'UnsafePointer<Self>?' produces a pointer valid only for the duration of the call to 'init(start:count:)'
    |                             |                          `- note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
    |                             `- warning: initialization of 'UnsafeBufferPointer<Self>' results in a dangling buffer pointer [#TemporaryPointers]
 56 |     }
 57 |
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[9/9] Compiling Cachyr DiskCache.swift
Build complete! (4.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cachyr",
  "name" : "Cachyr",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Cachyr",
      "targets" : [
        "Cachyr"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CachyrTests",
      "module_type" : "SwiftTarget",
      "name" : "CachyrTests",
      "path" : "Tests/CachyrTests",
      "sources" : [
        "DataCacheAccessTests.swift",
        "DataCacheTests.swift",
        "DiskCacheTests.swift",
        "MemoryCacheTests.swift"
      ],
      "target_dependencies" : [
        "Cachyr"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cachyr",
      "module_type" : "SwiftTarget",
      "name" : "Cachyr",
      "path" : "Sources",
      "product_memberships" : [
        "Cachyr"
      ],
      "sources" : [
        "CacheLog.swift",
        "DataCache.swift",
        "DataConvertable.swift",
        "DiskCache.swift",
        "FileManager+xattr.swift",
        "MemoryCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.