Build Information
Successful build of Cache with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/Cache.git
Reference: 2.1.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/Cache
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at a535c68 Update PersistableCache to use mapppings (#13)
Cloned https://github.com/0xLeif/Cache.git
Revision (git rev-parse @):
a535c68aab7bf0b42bda7a5de66b04f86e48c6e6
SUCCESS checkout https://github.com/0xLeif/Cache.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/24] Emitting module Cache
[2/27] Compiling Cache Logging.swift
[3/27] Compiling Cache OptionallyCached.swift
[4/27] Compiling Cache Resolved.swift
[5/27] Compiling Cache ExpiringCache+subscript.swift
[6/27] Compiling Cache ExpiringCache.swift
[7/27] Compiling Cache LRUCache.swift
[8/27] Compiling Cache PersistableCache.swift
[9/27] Compiling Cache JSON+subscript.swift
[10/27] Compiling Cache JSON.swift
[11/27] Compiling Cache Cached.swift
[12/27] Compiling Cache AnyCacheable.swift
[13/27] Compiling Cache Cache+subscript.swift
[14/27] Compiling Cache Cache.swift
[15/27] Compiling Cache ComposableCache.swift
[16/27] Compiling Cache Cacheable.swift
[17/27] Compiling Cache Dictionary+Cacheable.swift
[18/27] Compiling Cache InvalidTypeError.swift
[19/27] Compiling Cache RequiredKeysCache+subscript.swift
[20/27] Compiling Cache RequiredKeysCache.swift
[21/27] Compiling Cache CacheInitializable.swift
[22/27] Compiling Cache MissingRequiredKeysError.swift
[23/27] Compiling Cache Global+cache.swift
[24/27] Compiling Cache Global+dependencies.swift
[25/27] Compiling Cache Global+images.swift
[26/27] Compiling Cache Global+loggers.swift
[27/27] Compiling Cache Global.swift
Build complete! (9.22s)
Build complete.
Done.