The Swift Package Index logo.Swift Package Index

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.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hyperoslo/Cache.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hyperoslo/Cache
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f44a8f6 Update Cache.podspec
Cloned https://github.com/hyperoslo/Cache.git
Revision (git rev-parse @):
f44a8f6b5ec27730198725ccc542fef0d1cc6b3d
SUCCESS checkout https://github.com/hyperoslo/Cache.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/hyperoslo/Cache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/29] Compiling Cache Optional+Extension.swift
[3/29] Compiling Cache StorageError.swift
[4/29] Compiling Cache Transformer.swift
[5/29] Compiling Cache TransformerFactory.swift
[6/29] Compiling Cache TypeWrapper.swift
[7/29] Compiling Cache Types.swift
[8/29] Compiling Cache AsyncStorage.swift
[9/29] Compiling Cache DiskStorage.swift
[10/29] Compiling Cache HybridStorage.swift
[11/29] Compiling Cache Entry.swift
[12/29] Compiling Cache ExpirationMode.swift
[13/29] Compiling Cache Expiry.swift
[14/29] Compiling Cache ImageWrapper.swift
[15/29] Compiling Cache JSONArrayWrapper.swift
[16/29] Compiling Cache JSONDictionaryWrapper.swift
[17/29] Compiling Cache MD5.swift
[18/29] Compiling Cache MemoryCapsule.swift
[19/29] Compiling Cache ObservationToken.swift
[20/29] Emitting module Cache
[21/29] Compiling Cache NSImage+Extensions.swift
[22/29] Compiling Cache DiskConfig.swift
[23/29] Compiling Cache MemoryConfig.swift
[24/29] Compiling Cache Date+Extensions.swift
[25/29] Compiling Cache FileManager+Extensions.swift
[26/29] Compiling Cache Hasher+constantAccrossExecutions.swift
[27/29] Compiling Cache JSONDecoder+Extensions.swift
[28/29] Compiling Cache URL+Extensions.swift
[29/29] Compiling Cache DataSerializer.swift
[30/38] Compiling Cache KeyObservationRegistry.swift
[31/38] Compiling Cache MemoryStorage.swift
[32/38] Compiling Cache Storage+Transform.swift
[33/38] Compiling Cache Storage.swift
[34/38] Compiling Cache StorageAware.swift
[35/38] Compiling Cache StorageObservationRegistry.swift
[36/38] Compiling Cache SyncStorage.swift
[37/38] Compiling Cache UIImage+Extensions.swift
[38/38] Compiling Cache resource_bundle_accessor.swift
Build complete! (15.97s)
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/iOS/Info.plist
    /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/tvOS/Info.plist
    /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/Mac/Info.plist
Build complete.
Done.