The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR="/Applications/Xcode-14.3.0.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/o86TiJKT/1/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.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.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.21s)
Fetched https://github.com/0xOpenBytes/c (0.24s)
Computing version for https://github.com/0xLeif/swift-custom-dump
Computed https://github.com/0xLeif/swift-custom-dump at 0.4.1 (0.01s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.46s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 3.0.2 (0.47s)
Fetching https://github.com/0xOpenBytes/t from cache
Fetched https://github.com/0xOpenBytes/t (0.20s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.46s)
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/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
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
Building for debugging...
[1/14] Emitting module XCTestDynamicOverlay
[2/14] Compiling t t+Assertion.swift
[3/14] Compiling t t+Structure.swift
[4/15] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[5/15] Compiling XCTestDynamicOverlay Unimplemented.swift
[6/15] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/15] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[8/15] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[9/15] Compiling XCTestDynamicOverlay Deprecations.swift
[10/15] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[11/15] Compiling XCTestDynamicOverlay XCTFail.swift
[12/15] Compiling t t+Factories.swift
[13/15] Compiling t t.swift
[14/15] Emitting module t
[15/15] Compiling t t+Logging.swift
[16/40] Compiling c c.swift
[17/40] Emitting module c
[18/40] Emitting module CustomDump
[19/43] Compiling CustomDump CustomDumpStringConvertible.swift
[20/43] Compiling CustomDump Diff.swift
[21/43] Compiling CustomDump Dump.swift
[22/43] Compiling CustomDump Mirror.swift
[23/43] Compiling CustomDump String.swift
[24/43] Compiling CustomDump XCTAssertNoDifference.swift
[25/43] Compiling CustomDump AnyType.swift
[26/43] Compiling CustomDump Box.swift
[27/43] Compiling CustomDump CollectionDifference.swift
[28/43] Compiling CustomDump CoreImage.swift
[29/43] Compiling CustomDump CoreLocation.swift
[30/43] Compiling CustomDump CoreMotion.swift
[31/43] Compiling CustomDump Foundation.swift
[32/43] Compiling CustomDump UserNotificationsUI.swift
[33/43] Compiling CustomDump CustomDumpReflectable.swift
[34/43] Compiling CustomDump CustomDumpRepresentable.swift
[35/43] Compiling CustomDump SwiftUI.swift
[36/43] Compiling CustomDump UIKit.swift
[37/43] Compiling CustomDump UserNotifications.swift
[38/43] Compiling CustomDump Speech.swift
[39/43] Compiling CustomDump StoreKit.swift
[40/43] Compiling CustomDump Swift.swift
[41/43] Compiling CustomDump GameKit.swift
[42/43] Compiling CustomDump KeyPath.swift
[43/43] Compiling CustomDump Photos.swift
[44/52] Compiling CacheStore ScopedCacheStore.swift
[45/53] Compiling CacheStore ActionHandling.swift
[46/53] Compiling CacheStore CacheStore.swift
[47/53] Compiling CacheStore StoreContent.swift
[48/53] Compiling CacheStore Store+StoreContent.swift
[49/53] Compiling CacheStore ScopedStore.swift
[50/53] Emitting module CacheStore
/Users/builder/builds/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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 Store.swift
/Users/builder/builds/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/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/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/c/Sources/c/c.swift:45:13: note: type declared here
public enum c {
            ^
[52/53] Compiling CacheStore StoreView.swift
[53/53] Compiling CacheStore TestStore.swift
Build complete! (26.53s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/0xOpenBytes/CacheStore.git
[1/1085] Fetching cachestore
Fetched https://github.com/0xOpenBytes/CacheStore.git (0.31s)
Fetching https://github.com/0xLeif/swift-custom-dump from cache
Fetching https://github.com/0xOpenBytes/c from cache
Fetched https://github.com/0xLeif/swift-custom-dump (0.17s)
Fetched https://github.com/0xOpenBytes/c (0.20s)
Computing version for https://github.com/0xLeif/swift-custom-dump
Computed https://github.com/0xLeif/swift-custom-dump at 0.4.1 (0.55s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.47s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 3.0.2 (0.45s)
Fetching https://github.com/0xOpenBytes/t from cache
Fetched https://github.com/0xOpenBytes/t (0.22s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.41s)
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/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
Creating working copy for https://github.com/0xOpenBytes/CacheStore.git
Working copy of https://github.com/0xOpenBytes/CacheStore.git resolved at 4.0.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/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/0xLeif/swift-custom-dump
Working copy of https://github.com/0xLeif/swift-custom-dump resolved at 0.4.1
warning: dependency 'cachestore' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cachestore",
      "name": "CacheStore",
      "url": "https://github.com/0xOpenBytes/CacheStore.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CacheStore",
      "dependencies": [
        {
          "identity": "c",
          "name": "c",
          "url": "https://github.com/0xOpenBytes/c",
          "version": "3.0.2",
          "path": "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/c",
          "dependencies": [
            {
              "identity": "t",
              "name": "t",
              "url": "https://github.com/0xOpenBytes/t",
              "version": "1.0.4",
              "path": "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/t",
              "dependencies": [

              ]
            }
          ]
        },
        {
          "identity": "swift-custom-dump",
          "name": "swift-custom-dump",
          "url": "https://github.com/0xLeif/swift-custom-dump",
          "version": "0.4.1",
          "path": "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-custom-dump",
          "dependencies": [
            {
              "identity": "xctest-dynamic-overlay",
              "name": "xctest-dynamic-overlay",
              "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
              "version": "0.9.0",
              "path": "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
              "dependencies": [

              ]
            }
          ]
        }
      ]
    }
  ]
}
Done.

Build Machine: Mac 5