Build Information
Successful build of EFStorage with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/EFStorage.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/EFStorage
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 05b45b2 0.4.1
Cloned https://github.com/EFPrefix/EFStorage.git
Revision (git rev-parse @):
05b45b2f7acef73ca8021fdb9e1ab13e7af7f690
SUCCESS checkout https://github.com/EFPrefix/EFStorage.git at master
Fetching https://github.com/EFPrefix/YYCache.git from cache
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetched https://github.com/EFPrefix/YYCache.git (0.37s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.41s)
Computing version for https://github.com/EFPrefix/YYCache.git
Computed https://github.com/EFPrefix/YYCache.git at 1.0.5 (0.54s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 3.2.0 (0.56s)
Creating working copy for https://github.com/EFPrefix/YYCache.git
Working copy of https://github.com/EFPrefix/YYCache.git resolved at 1.0.5
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 3.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "efstorage",
"name": "EFStorage",
"url": "https://github.com/EFPrefix/EFStorage.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EFStorage",
"dependencies": [
{
"identity": "keychainaccess",
"name": "KeychainAccess",
"url": "https://github.com/kishikawakatsumi/KeychainAccess.git",
"version": "3.2.1",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
"dependencies": [
]
},
{
"identity": "yycache",
"name": "YYCache",
"url": "https://github.com/EFPrefix/YYCache.git",
"version": "1.0.5",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YYCache",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/EFPrefix/EFStorage.git
[1/957] Fetching efstorage
Fetched https://github.com/EFPrefix/EFStorage.git (0.31s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git from cache
Fetching https://github.com/EFPrefix/YYCache.git from cache
Fetched https://github.com/EFPrefix/YYCache.git (0.19s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git (0.23s)
Computing version for https://github.com/EFPrefix/YYCache.git
Computed https://github.com/EFPrefix/YYCache.git at 1.0.5 (0.01s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 3.2.1 (0.44s)
Creating working copy for https://github.com/EFPrefix/YYCache.git
Working copy of https://github.com/EFPrefix/YYCache.git resolved at 1.0.5
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 3.2.1
Creating working copy for https://github.com/EFPrefix/EFStorage.git
Working copy of https://github.com/EFPrefix/EFStorage.git resolved at master
warning: '.resolve-product-dependencies': dependency 'efstorage' is not used by any target
Found 2 product dependencies
- KeychainAccess
- YYCache
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Compiling YYCache YYCache.m
[1/14] Compiling YYCache YYDiskCache.m
[3/14] Emitting module KeychainAccess
[3/14] Compiling YYCache YYKVStorage.m
[4/14] Compiling YYCache YYMemoryCache.m
[6/14] Emitting module EFStorageCore
[7/14] Compiling EFStorageCore EFUnderlyingStorage.swift
[8/14] Compiling EFStorageCore EFSingleInstanceStorageReference.swift
[9/14] Compiling EFStorageCore EFOptionalContentWrapper.swift
[10/14] Compiling EFStorageCore EFContentWrapper.swift
[11/14] Compiling EFStorageCore EFStorage.swift
[12/14] Compiling EFStorageCore EFStorageInternal.swift
[13/14] Compiling EFStorageCore EFSingleInstanceStorageReferenceWrapper.swift
[14/24] Compiling EFStorageYYCache YYCache+NSCoding.swift
[15/24] Compiling EFStorageUserDefaults UserDefaults+RawRepresentable.swift
[16/24] Compiling EFStorageYYCache EFStorage+YYCache.swift
[17/24] Emitting module EFStorageYYCache
[18/24] Compiling EFStorageYYCache YYCache+Codable.swift
[19/24] Compiling KeychainAccess Keychain.swift
[20/24] Compiling EFStorageUserDefaults UserDefaults+Primitives.swift
[21/24] Compiling EFStorageUserDefaults EFStorage+UserDefaults.swift
[22/24] Compiling EFStorageUserDefaults UserDefaults+NSCoding.swift
[23/24] Compiling EFStorageUserDefaults UserDefaults+Codable.swift
[24/24] Emitting module EFStorageUserDefaults
[25/30] Emitting module EFStorageKeychainAccess
[26/30] Compiling EFStorageKeychainAccess KeychainAccess+Codable.swift
[27/30] Compiling EFStorageKeychainAccess KeychainAccess+RawRepresentable.swift
[28/30] Compiling EFStorageKeychainAccess EFStorage+KeychainAccess.swift
[29/30] Compiling EFStorageKeychainAccess KeychainAccess+NSCoding.swift
[30/30] Compiling EFStorageKeychainAccess KeychainAccess+Primitives.swift
Build complete! (8.97s)
Build complete.
Done.