Build Information
Successful build of QuantumCache, reference 1.0.0 (25a5ea
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 08:29:21 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: 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
========================================
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
[1/68] Fetching quantumcache
Fetched https://github.com/sleepwalkerfx/QuantumCache.git from cache (0.64s)
Creating working copy for https://github.com/sleepwalkerfx/QuantumCache.git
Working copy of https://github.com/sleepwalkerfx/QuantumCache.git resolved at 1.0.0 (25a5ea3)
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 ListNode.swift
[4/6] Compiling QuantumCache CachableContent.swift
[5/6] Emitting module QuantumCache
[6/6] Compiling QuantumCache QuantumCache.swift
Build complete! (5.15s)
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.