The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CacheStore with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xOpenBytes/CacheStore.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/CacheStore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 391f94d Feature/for each (#26)
Cloned https://github.com/0xOpenBytes/CacheStore.git
Revision (git rev-parse @):
391f94dd5f2dc08dca86bed902d2bb1d569735db
SUCCESS checkout https://github.com/0xOpenBytes/CacheStore.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/0xOpenBytes/CacheStore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--423B1241ED78D482.txt
[7/20] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[8/21] Compiling t t+Factories.swift
[9/21] Compiling t t+Structure.swift
[10/21] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[11/21] Compiling t t.swift
[12/21] Emitting module t
[13/21] Compiling t t+Assertion.swift
[14/21] Compiling t t+Logging.swift
[15/21] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[16/21] Compiling XCTestDynamicOverlay Deprecations.swift
[17/21] Emitting module XCTestDynamicOverlay
[18/21] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[19/21] Compiling XCTestDynamicOverlay XCTFail.swift
[20/21] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[21/21] Compiling XCTestDynamicOverlay Unimplemented.swift
[22/46] Emitting module c
[23/46] Compiling c c.swift
[24/46] Emitting module CustomDump
[25/49] Compiling CustomDump Mirror.swift
[26/49] Compiling CustomDump String.swift
[27/49] Compiling CustomDump XCTAssertNoDifference.swift
[28/49] Compiling CustomDump CoreImage.swift
[29/49] Compiling CustomDump CoreLocation.swift
[30/49] Compiling CustomDump CoreMotion.swift
[31/49] Compiling CustomDump Foundation.swift
[32/49] Compiling CustomDump GameKit.swift
[33/49] Compiling CustomDump KeyPath.swift
[34/49] Compiling CustomDump Photos.swift
[35/49] Compiling CustomDump UserNotificationsUI.swift
[36/49] Compiling CustomDump CustomDumpReflectable.swift
[37/49] Compiling CustomDump CustomDumpRepresentable.swift
[38/49] Compiling CustomDump CustomDumpStringConvertible.swift
[39/49] Compiling CustomDump Diff.swift
[40/49] Compiling CustomDump Dump.swift
[41/49] Compiling CustomDump Speech.swift
[42/49] Compiling CustomDump StoreKit.swift
[43/49] Compiling CustomDump Swift.swift
[44/49] Compiling CustomDump AnyType.swift
[45/49] Compiling CustomDump Box.swift
[46/49] Compiling CustomDump CollectionDifference.swift
[47/49] Compiling CustomDump SwiftUI.swift
[48/49] Compiling CustomDump UIKit.swift
[49/49] Compiling CustomDump UserNotifications.swift
[50/60] Compiling CacheStore StoreView.swift
[51/60] Compiling CacheStore Store+StoreContent.swift
[52/60] Compiling CacheStore StoreContent.swift
[53/60] Compiling CacheStore ScopedStore.swift
[54/60] Compiling CacheStore ForEachStoreView.swift
[55/60] Compiling CacheStore ActionHandling.swift
[56/60] Compiling CacheStore CacheStore.swift
[57/60] Emitting module CacheStore
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedKeyValueCacheStore.swift:22:23: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override func set<Value>(value: Value, forKey key: ScopedKey) {
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedKeyValueCacheStore.swift:8:47: note: 'Value' previously declared here
class ScopedKeyValueCacheStore<Key: Hashable, Value, ScopedKey: Hashable, ScopedValue>: CacheStore<ScopedKey> {
                                              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<Value, ScopedValue, ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<Value, ScopedValue, ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:244:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:244:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:325:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:325:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:341:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:341:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
[58/60] Compiling CacheStore ScopedKeyCacheStore.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedKeyValueCacheStore.swift:22:23: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override func set<Value>(value: Value, forKey key: ScopedKey) {
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedKeyValueCacheStore.swift:8:47: note: 'Value' previously declared here
class ScopedKeyValueCacheStore<Key: Hashable, Value, ScopedKey: Hashable, ScopedValue>: CacheStore<ScopedKey> {
                                              ^
[59/60] Compiling CacheStore ScopedKeyValueCacheStore.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedKeyValueCacheStore.swift:22:23: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override func set<Value>(value: Value, forKey key: ScopedKey) {
                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/CacheStore/ScopedKeyValueCacheStore.swift:8:47: note: 'Value' previously declared here
class ScopedKeyValueCacheStore<Key: Hashable, Value, ScopedKey: Hashable, ScopedValue>: CacheStore<ScopedKey> {
                                              ^
[60/60] Compiling CacheStore Store.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:153:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func scope<Value, ScopedValue, ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:196:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func scope<Value, ScopedValue, ScopedKey: Hashable, ScopedAction, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:244:17: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:244:17: warning: cannot use enum 'c' here; 'c' was not imported by this file
    public func actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:325:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:325:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:341:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:349:15: note: type declared here
    typealias BiDirectionalTransformation<From, To> = (
              ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:341:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
[61/61] Compiling CacheStore TestStore.swift
Build complete! (16.13s)
Fetching https://github.com/0xLeif/swift-custom-dump from cache
Fetching https://github.com/0xOpenBytes/c from cache
Fetched https://github.com/0xOpenBytes/c from cache (0.17s)
Fetched https://github.com/0xLeif/swift-custom-dump from cache (0.17s)
Computing version for https://github.com/0xLeif/swift-custom-dump
Computed https://github.com/0xLeif/swift-custom-dump at 2022.11.1 (0.36s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.17s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 3.0.2 (0.36s)
Fetching https://github.com/0xOpenBytes/t from cache
Fetched https://github.com/0xOpenBytes/t from cache (0.17s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.03s)
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 3.0.2
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
Creating working copy for https://github.com/0xLeif/swift-custom-dump
Working copy of https://github.com/0xLeif/swift-custom-dump resolved at 2022.11.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Build complete.
Done.

Build Machine: Mac 7