Build Information
Successful build of Cache, reference 3.0.0 (e0613e
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 23:31:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/Cache.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/Cache
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at e0613ec Update README.md
Cloned https://github.com/nashysolutions/Cache.git
Revision (git rev-parse @):
e0613eccf3300533859bd47d2a9fdd2a4ed2e75a
SUCCESS checkout https://github.com/nashysolutions/Cache.git at 3.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": "cache",
"name": "Cache",
"url": "https://github.com/nashysolutions/Cache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cache",
"dependencies": [
]
}
]
}
Fetching https://github.com/nashysolutions/Cache.git
[1/86] Fetching cache
Fetched https://github.com/nashysolutions/Cache.git from cache (0.70s)
Creating working copy for https://github.com/nashysolutions/Cache.git
Working copy of https://github.com/nashysolutions/Cache.git resolved at 3.0.0 (e0613ec)
warning: '.resolve-product-dependencies': dependency 'cache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/nashysolutions/Cache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/7] Compiling Cache Resource.swift
[4/7] Compiling Cache Database.swift
[5/7] Compiling Cache Expiry.swift
[6/7] Compiling Cache Cache.swift
[7/7] Emitting module Cache
Build complete! (7.26s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Cache",
"name" : "Cache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Cache",
"targets" : [
"Cache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CacheTests",
"module_type" : "SwiftTarget",
"name" : "CacheTests",
"path" : "Tests/CacheTests",
"sources" : [
"CacheDeleteTests.swift",
"CacheMaxCountTests.swift",
"TestValue.swift"
],
"target_dependencies" : [
"Cache"
],
"type" : "test"
},
{
"c99name" : "Cache",
"module_type" : "SwiftTarget",
"name" : "Cache",
"path" : "Sources/Cache",
"product_memberships" : [
"Cache"
],
"sources" : [
"Cache.swift",
"Database.swift",
"Expiry.swift",
"Resource.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.