The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of QuantumCache, reference main (689be6), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 01:22:58 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sleepwalkerfx/QuantumCache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 689be67 license
Cloned https://github.com/sleepwalkerfx/QuantumCache.git
Revision (git rev-parse @):
689be67ad4aee53ec66ae91e5228dd66e1b5680e
SUCCESS checkout https://github.com/sleepwalkerfx/QuantumCache.git at main
========================================
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 ListNode.swift
[5/6] Emitting module QuantumCache
[6/6] Compiling QuantumCache CachableContent.swift
Build complete! (3.92s)
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.