Build Information
Successful build of Cache, reference main (0829fe
), with Swift 5.10 for macOS (SPM) on 27 Sep 2024 22:36:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/Cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/Cache
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0829fe1 Update windows.yml (#17)
Cloned https://github.com/0xLeif/Cache.git
Revision (git rev-parse @):
0829fe1da37e755a70875e5761bd693a52a0e953
SUCCESS checkout https://github.com/0xLeif/Cache.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": "cache",
"name": "Cache",
"url": "https://github.com/0xLeif/Cache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cache",
"dependencies": [
]
}
]
}
Fetching https://github.com/0xLeif/Cache.git
[1/400] Fetching cache
Fetched https://github.com/0xLeif/Cache.git from cache (1.31s)
Creating working copy for https://github.com/0xLeif/Cache.git
Working copy of https://github.com/0xLeif/Cache.git resolved at main (0829fe1)
warning: '.resolve-product-dependencies': dependency 'cache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/0xLeif/Cache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/27] Emitting module Cache
[4/29] Compiling Cache OptionallyCached.swift
[5/29] Compiling Cache Resolved.swift
[6/29] Compiling Cache ComposableCache.swift
[7/29] Compiling Cache ExpiringCache+subscript.swift
[8/29] Compiling Cache ExpiringCache.swift
[9/29] Compiling Cache AnyCacheable.swift
[10/29] Compiling Cache Cache+subscript.swift
[11/29] Compiling Cache Cache.swift
[12/29] Compiling Cache Cached.swift
[13/29] Compiling Cache Logging.swift
[14/29] Compiling Cache Dictionary+Cacheable.swift
[15/29] Compiling Cache InvalidTypeError.swift
[16/29] Compiling Cache MissingRequiredKeysError.swift
[17/29] Compiling Cache RequiredKeysCache.swift
[18/29] Compiling Cache CacheInitializable.swift
[19/29] Compiling Cache Cacheable.swift
[20/29] Compiling Cache Global+loggers.swift
[21/29] Compiling Cache Global.swift
[22/29] Compiling Cache LRUCache.swift
[23/29] Compiling Cache PersistableCache.swift
[24/29] Compiling Cache RequiredKeysCache+subscript.swift
[25/29] Compiling Cache JSON+subscript.swift
[26/29] Compiling Cache JSON.swift
[27/29] Compiling Cache Global+cache.swift
[28/29] Compiling Cache Global+dependencies.swift
[29/29] Compiling Cache Global+images.swift
Build complete! (6.97s)
Build complete.
Done.