The Swift Package Index logo.Swift Package Index

Build Information

Successful build of QuantumCache, reference 1.0.0 (25a5ea), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 01:22:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sleepwalkerfx/QuantumCache.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sleepwalkerfx/QuantumCache
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 25a5ea3 readme updates
Cloned https://github.com/sleepwalkerfx/QuantumCache.git
Revision (git rev-parse @):
25a5ea3f84b6018fe9549ce9db31aae819609a42
SUCCESS checkout https://github.com/sleepwalkerfx/QuantumCache.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sleepwalkerfx/QuantumCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling QuantumCache QuantumCache.swift
[4/6] Compiling QuantumCache CachableContent.swift
[5/6] Emitting module QuantumCache
[6/6] Compiling QuantumCache ListNode.swift
Build complete! (3.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "QuantumCache",
  "name" : "QuantumCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "QuantumCache",
      "targets" : [
        "QuantumCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QuantumCacheTests",
      "module_type" : "SwiftTarget",
      "name" : "QuantumCacheTests",
      "path" : "Tests/QuantumCacheTests",
      "sources" : [
        "CachePerformanceComparisonTests.swift",
        "QuantumCacheComplexTypeTests.swift",
        "QuantumCacheConcurrencyTests.swift",
        "QuantumCacheEnumTypeTests.swift",
        "QuantumCacheGenericEnumTypeTests.swift",
        "QuantumCacheGenericTypeTests.swift",
        "QuantumCachePerformanceTests.swift",
        "QuantumCacheReferenceTypeTests.swift",
        "QuantumCacheStringContentTests.swift",
        "QuantumeCacheIntContentTests.swift"
      ],
      "target_dependencies" : [
        "QuantumCache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QuantumCache",
      "module_type" : "SwiftTarget",
      "name" : "QuantumCache",
      "path" : "Sources/QuantumCache",
      "product_memberships" : [
        "QuantumCache"
      ],
      "sources" : [
        "CachableContent.swift",
        "ListNode.swift",
        "QuantumCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.