Build Information
Successful build of Cache, reference main (78e6a4
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 23:26:59 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/binaryscraping/swift-cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/binaryscraping/swift-cache
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78e6a4a Fix `Cache.Key` in README
Cloned https://github.com/binaryscraping/swift-cache.git
Revision (git rev-parse @):
78e6a4aea3a825850a3859654ec9a5e7c47a10f2
SUCCESS checkout https://github.com/binaryscraping/swift-cache.git at main
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.2.1 (1.08s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.2.1
========================================
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": "swift-cache",
"name": "Cache",
"url": "https://github.com/binaryscraping/swift-cache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cache",
"dependencies": [
{
"identity": "xctest-dynamic-overlay",
"name": "xctest-dynamic-overlay",
"url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
"version": "0.9.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/binaryscraping/swift-cache.git
[1/44] Fetching swift-cache
Fetched https://github.com/binaryscraping/swift-cache.git from cache (0.61s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.09s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/binaryscraping/swift-cache.git
Working copy of https://github.com/binaryscraping/swift-cache.git resolved at main (78e6a4a)
warning: '.resolve-product-dependencies': dependency 'swift-cache' is not used by any target
Found 1 product dependencies
- xctest-dynamic-overlay
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/binaryscraping/swift-cache.git
https://github.com/binaryscraping/swift-cache.git
{
"dependencies" : [
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"CacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_dependencies" : [
"XCTestDynamicOverlay"
],
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache.swift",
"Live.swift",
"Mock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/5] Compiling XCTestDynamicOverlay XCTFail.swift
[5/5] Emitting module XCTestDynamicOverlay
[6/9] Compiling Cache Mock.swift
[7/9] Compiling Cache Live.swift
[8/9] Compiling Cache Cache.swift
[9/9] Emitting module Cache
Build complete! (4.89s)
Build complete.
{
"dependencies" : [
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"CacheTests.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_dependencies" : [
"XCTestDynamicOverlay"
],
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache.swift",
"Live.swift",
"Mock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.