Build Information
Successful build of Cache, reference main (0829fe
), with Swift 5.8 for macOS (SPM) on 27 Sep 2024 22:36:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/0xLeif/Cache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Emitting module Cache
[2/27] Compiling Cache RequiredKeysCache.swift
[3/27] Compiling Cache CacheInitializable.swift
[4/27] Compiling Cache Cacheable.swift
[5/27] Compiling Cache OptionallyCached.swift
[6/27] Compiling Cache Resolved.swift
[7/27] Compiling Cache AnyCacheable.swift
[8/27] Compiling Cache Cache+subscript.swift
[9/27] Compiling Cache Cache.swift
[10/27] Compiling Cache ComposableCache.swift
[11/27] Compiling Cache ExpiringCache+subscript.swift
[12/27] Compiling Cache ExpiringCache.swift
[13/27] Compiling Cache JSON+subscript.swift
[14/27] Compiling Cache JSON.swift
[15/27] Compiling Cache Dictionary+Cacheable.swift
[16/27] Compiling Cache InvalidTypeError.swift
[17/27] Compiling Cache MissingRequiredKeysError.swift
[18/27] Compiling Cache LRUCache.swift
[19/27] Compiling Cache PersistableCache.swift
[20/27] Compiling Cache RequiredKeysCache+subscript.swift
[21/27] Compiling Cache Global+loggers.swift
[22/27] Compiling Cache Global.swift
[23/27] Compiling Cache Cached.swift
[24/27] Compiling Cache Logging.swift
[25/27] Compiling Cache Global+cache.swift
[26/27] Compiling Cache Global+dependencies.swift
[27/27] Compiling Cache Global+images.swift
Build complete! (12.64s)
Build complete.
Done.