The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RedUx 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/reddavis/RedUx.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/reddavis/RedUx
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38b1228 feat: declare ValueStatus as sendable (#39)
Cloned https://github.com/reddavis/RedUx.git
Revision (git rev-parse @):
38b1228a27ec9a88ecc8620f1c2e0ecb415f7c23
SUCCESS checkout https://github.com/reddavis/RedUx.git at main
Fetching https://github.com/reddavis/Asynchrone from cache
Fetched https://github.com/reddavis/Asynchrone (0.17s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "redux",
      "name": "RedUx",
      "url": "https://github.com/reddavis/RedUx.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RedUx",
      "dependencies": [
        {
          "identity": "asynchrone",
          "name": "Asynchrone",
          "url": "https://github.com/reddavis/Asynchrone",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Asynchrone",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/reddavis/RedUx.git
[1/1522] Fetching redux
Fetched https://github.com/reddavis/RedUx.git (0.43s)
Fetching https://github.com/reddavis/Asynchrone from cache
Fetched https://github.com/reddavis/Asynchrone (0.21s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at main
Creating working copy for https://github.com/reddavis/RedUx.git
Working copy of https://github.com/reddavis/RedUx.git resolved at main
warning: '.resolve-product-dependencies': dependency 'redux' is not used by any target
Found 1 product dependencies
  - Asynchrone
========================================
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...
[1/30] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[2/30] Compiling Asynchrone SequenceAsyncSequence.swift
[3/30] Compiling Asynchrone SharedAsyncSequence.swift
[4/30] Compiling Asynchrone ThrottleAsyncSequence.swift
[5/30] Compiling Asynchrone CombineLatestAsyncSequence.swift
[6/30] Compiling Asynchrone CurrentElementAsyncSequence.swift
[7/30] Compiling Asynchrone DebounceAsyncSequence.swift
[8/30] Compiling Asynchrone DelayAsyncSequence.swift
[9/30] Compiling Asynchrone ErrorMechanism.swift
[10/30] Compiling Asynchrone RethrowingAccessor.swift
[11/30] Compiling Asynchrone AsyncSequence+Extension.swift
[12/30] Compiling Asynchrone AsyncStream+Extension.swift
[13/30] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[14/30] Compiling Asynchrone AsyncSequenceCompletion.swift
[15/30] Compiling Asynchrone CatchErrorAsyncSequence.swift
[16/30] Compiling Asynchrone ChainAsyncSequenceable.swift
[17/30] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[18/30] Compiling Asynchrone Task+Extension.swift
[19/30] Compiling Asynchrone TimeInterval+Extension.swift
[20/30] Compiling Asynchrone AnyAsyncSequenceable.swift
[21/30] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[22/30] Compiling Asynchrone MergeAsyncSequence.swift
[23/30] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[24/30] Compiling Asynchrone PassthroughAsyncSequence.swift
[25/30] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[26/30] Emitting module Asynchrone
[27/30] Compiling Asynchrone Empty.swift
[28/30] Compiling Asynchrone Fail.swift
[29/30] Compiling Asynchrone Just.swift
[30/30] Compiling Asynchrone Merge3AsyncSequence.swift
[31/34] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[32/34] Compiling Asynchrone TimerAsyncSequence.swift
[33/34] Compiling Asynchrone Zip3AsyncSequence.swift
[34/34] Compiling Asynchrone ZipAsyncSequence.swift
[35/44] Compiling RedUx UnwrapStore.swift
[36/44] Emitting module RedUx
[37/44] Compiling RedUx ValueStatus.swift
[38/44] Compiling RedUx View+Extension.swift
[39/44] Compiling RedUx ActionStatus.swift
[40/44] Compiling RedUx Store.swift
[41/44] Compiling RedUx RedUxable.swift
[42/44] Compiling RedUx Reducer.swift
[43/44] Compiling RedUx Effect.swift
[44/44] Compiling RedUx EffectManager.swift
[45/45] Compiling RedUx ViewModel.swift
Build complete! (13.42s)
Build complete.
Done.