The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FileCache, reference main (55b840), with Swift 6.0 for macOS (SPM) on 9 Nov 2025 13:51:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bsjurs1/FileCache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bsjurs1/FileCache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 55b8409 Add store method to FileCaching protocol and implementations
Cloned https://github.com/bsjurs1/FileCache.git
Revision (git rev-parse @):
55b840927d245682b18e30d79089c9f0d84115be
SUCCESS checkout https://github.com/bsjurs1/FileCache.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/bsjurs1/FileCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling FileCache FileCaching.swift
[4/10] Compiling FileCache FileCacheExpirationPolicy.swift
[5/10] Compiling FileCache FileCacheObject.swift
[6/10] Compiling FileCache InMemoryFileCache.swift
[7/10] Compiling FileCache FileCachePolicy.swift
[8/10] Compiling FileCache FileCacheError.swift
[9/10] Compiling FileCache FileCache.swift
[10/10] Emitting module FileCache
Build complete! (5.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FileCache",
  "name" : "FileCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "FileCache",
      "targets" : [
        "FileCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "FileCacheTests",
      "path" : "Tests/FileCacheTests",
      "sources" : [
        "FileCacheTests.swift"
      ],
      "target_dependencies" : [
        "FileCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileCache",
      "module_type" : "SwiftTarget",
      "name" : "FileCache",
      "path" : "Sources/FileCache",
      "product_memberships" : [
        "FileCache"
      ],
      "sources" : [
        "FileCache.swift",
        "FileCacheError.swift",
        "FileCacheExpirationPolicy.swift",
        "FileCacheObject.swift",
        "FileCachePolicy.swift",
        "FileCaching.swift",
        "InMemoryFileCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.