This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/RedUx.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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.60s)
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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.67s)
Fetching https://github.com/reddavis/Asynchrone from cache
Fetched https://github.com/reddavis/Asynchrone (0.24s)
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 Empty.swift
[2/30] Compiling Asynchrone Fail.swift
[3/30] Compiling Asynchrone Just.swift
[4/30] Compiling Asynchrone Merge3AsyncSequence.swift
[5/30] Compiling Asynchrone Task+Extension.swift
[6/30] Compiling Asynchrone TimeInterval+Extension.swift
[7/30] Compiling Asynchrone AnyAsyncSequenceable.swift
[8/30] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[9/30] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[10/30] Compiling Asynchrone SequenceAsyncSequence.swift
[11/30] Compiling Asynchrone SharedAsyncSequence.swift
[12/30] Compiling Asynchrone ThrottleAsyncSequence.swift
[13/30] Compiling Asynchrone ErrorMechanism.swift
[14/30] Compiling Asynchrone RethrowingAccessor.swift
[15/30] Compiling Asynchrone AsyncSequence+Extension.swift
[16/30] Compiling Asynchrone AsyncStream+Extension.swift
[17/30] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[18/30] Emitting module Asynchrone
[19/30] Compiling Asynchrone MergeAsyncSequence.swift
[20/30] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[21/30] Compiling Asynchrone PassthroughAsyncSequence.swift
[22/30] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[23/30] Compiling Asynchrone CombineLatestAsyncSequence.swift
[24/30] Compiling Asynchrone CurrentElementAsyncSequence.swift
[25/30] Compiling Asynchrone DebounceAsyncSequence.swift
[26/30] Compiling Asynchrone DelayAsyncSequence.swift
[27/30] Compiling Asynchrone AsyncSequenceCompletion.swift
[28/30] Compiling Asynchrone CatchErrorAsyncSequence.swift
[29/30] Compiling Asynchrone ChainAsyncSequenceable.swift
[30/30] Compiling Asynchrone CombineLatest3AsyncSequence.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 View+Extension.swift
[36/44] Compiling RedUx UnwrapStore.swift
[37/45] Compiling RedUx ValueStatus.swift
[38/45] Compiling RedUx ActionStatus.swift
[39/45] Compiling RedUx Effect.swift
[40/45] Compiling RedUx EffectManager.swift
[41/45] Compiling RedUx RedUxable.swift
[42/45] Compiling RedUx Reducer.swift
[43/45] Compiling RedUx Store.swift
[44/45] Emitting module RedUx
[45/45] Compiling RedUx ViewModel.swift
Build complete! (15.44s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.