The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xOpenBytes/CacheStore.git
Reference: 4.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/CacheStore
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at aa4e884 V4.0.0 (#25)
Cloned https://github.com/0xOpenBytes/CacheStore.git into spi-builder-workspace
aa4e884551f3286f5e841894fd274c17120f7fb2
SUCCESS checkout https://github.com/0xOpenBytes/CacheStore.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Fetching https://github.com/0xOpenBytes/c from cache
Fetching https://github.com/0xLeif/swift-custom-dump from cache
Fetched https://github.com/0xLeif/swift-custom-dump (0.18s)
Fetched https://github.com/0xOpenBytes/c (0.18s)
Computing version for https://github.com/0xLeif/swift-custom-dump
Computed https://github.com/0xLeif/swift-custom-dump at 0.4.1 (0.02s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.29s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 3.0.2 (0.37s)
Fetching https://github.com/0xOpenBytes/t from cache
Fetched https://github.com/0xOpenBytes/t (0.16s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.48s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.02s)
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
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/0xLeif/swift-custom-dump
Working copy of https://github.com/0xLeif/swift-custom-dump resolved at 0.4.1
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
Building for debugging...
[1/14] Compiling t t+Structure.swift
[2/14] Compiling t t+Logging.swift
[3/14] Compiling t t+Factories.swift
[4/14] Compiling t t+Assertion.swift
[5/14] Emitting module t
[6/14] Compiling t t.swift
[7/14] Compiling XCTestDynamicOverlay XCTFail.swift
[8/14] Compiling XCTestDynamicOverlay Unimplemented.swift
[9/14] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/14] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[11/14] Compiling XCTestDynamicOverlay Deprecations.swift
[12/14] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[13/14] Emitting module XCTestDynamicOverlay
[14/14] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[15/17] Emitting module c
[16/17] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[17/40] Compiling c c.swift
[18/40] Emitting module CustomDump
[19/40] Compiling CustomDump AnyType.swift
[20/40] Compiling CustomDump Box.swift
[21/40] Compiling CustomDump CollectionDifference.swift
[22/40] Compiling CustomDump CustomDumpStringConvertible.swift
[23/40] Compiling CustomDump Diff.swift
[24/40] Compiling CustomDump Dump.swift
[25/43] Compiling CustomDump UserNotificationsUI.swift
[26/43] Compiling CustomDump CustomDumpReflectable.swift
[27/43] Compiling CustomDump CustomDumpRepresentable.swift
[28/43] Compiling CustomDump SwiftUI.swift
[29/43] Compiling CustomDump UIKit.swift
[30/43] Compiling CustomDump UserNotifications.swift
[31/43] Compiling CustomDump Speech.swift
[32/43] Compiling CustomDump StoreKit.swift
[33/43] Compiling CustomDump Swift.swift
[34/43] Compiling CustomDump CoreImage.swift
[35/43] Compiling CustomDump CoreLocation.swift
[36/43] Compiling CustomDump CoreMotion.swift
[37/43] Compiling CustomDump Foundation.swift
[38/43] Compiling CustomDump Mirror.swift
[39/43] Compiling CustomDump String.swift
[40/43] Compiling CustomDump XCTAssertNoDifference.swift
[41/43] Compiling CustomDump GameKit.swift
[42/43] Compiling CustomDump KeyPath.swift
[43/43] Compiling CustomDump Photos.swift
[44/52] Compiling CacheStore Store+StoreContent.swift
[45/52] Compiling CacheStore ScopedStore.swift
[46/52] Compiling CacheStore StoreContent.swift
[47/52] Compiling CacheStore StoreView.swift
[48/52] Compiling CacheStore Store.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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/TDmZkXJm/0/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/TDmZkXJm/0/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/TDmZkXJm/0/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 actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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 actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
[49/53] Compiling CacheStore ScopedCacheStore.swift
[50/53] Emitting module CacheStore
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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/TDmZkXJm/0/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/TDmZkXJm/0/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/TDmZkXJm/0/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 actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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 actionlessScope<ScopedKey: Hashable, ScopedDependency>(
                ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:251:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func scope<ScopedKey: Hashable, ScopedAction>(
         ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use type alias 'BiDirectionalTransformation' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CacheStore/Stores/Store/Store.swift:267:10: warning: cannot use enum 'c' here; 'c' was not imported by this file
    func actionlessScope<ScopedKey: Hashable>(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
[51/53] Compiling CacheStore ActionHandling.swift
[52/53] Compiling CacheStore CacheStore.swift
[53/53] Compiling CacheStore TestStore.swift
Build complete! (18.43s)
Build complete.
Done.