The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of QuantumCache, reference main (689be6), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 08:29:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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",
  "dependencies": [
    {
      "identity": "quantumcache",
      "name": "QuantumCache",
      "url": "https://github.com/sleepwalkerfx/QuantumCache.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/QuantumCache",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sleepwalkerfx/QuantumCache.git
[3/68] Fetching quantumcache
Fetched https://github.com/sleepwalkerfx/QuantumCache.git from cache (0.58s)
Creating working copy for https://github.com/sleepwalkerfx/QuantumCache.git
Working copy of https://github.com/sleepwalkerfx/QuantumCache.git resolved at main (689be67)
warning: '.resolve-product-dependencies': dependency 'quantumcache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sleepwalkerfx/QuantumCache.git
https://github.com/sleepwalkerfx/QuantumCache.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling QuantumCache QuantumCache.swift
[4/6] Emitting module QuantumCache
[5/6] Compiling QuantumCache CachableContent.swift
[6/6] Compiling QuantumCache ListNode.swift
Build complete! (4.84s)
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.