The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RedUx, reference main (38b122), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:53:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/RedUx.git
Reference: main
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/reddavis/RedUx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/34] Emitting module Asynchrone
[5/37] Compiling Asynchrone TimerAsyncSequence.swift
[6/37] Compiling Asynchrone Zip3AsyncSequence.swift
[7/37] Compiling Asynchrone ZipAsyncSequence.swift
[8/37] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[9/37] Compiling Asynchrone Task+Extension.swift
[10/37] Compiling Asynchrone TimeInterval+Extension.swift
[11/37] Compiling Asynchrone AnyAsyncSequenceable.swift
[12/37] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[13/37] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
[14/37] Compiling Asynchrone SequenceAsyncSequence.swift
[15/37] Compiling Asynchrone ErrorMechanism.swift
[16/37] Compiling Asynchrone RethrowingAccessor.swift
[17/37] Compiling Asynchrone AsyncSequence+Extension.swift
[18/37] Compiling Asynchrone AsyncStream+Extension.swift
[19/37] Compiling Asynchrone MergeAsyncSequence.swift
[20/37] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[21/37] Compiling Asynchrone PassthroughAsyncSequence.swift
[22/37] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
[23/37] Compiling Asynchrone AsyncSequenceCompletion.swift
[24/37] Compiling Asynchrone CatchErrorAsyncSequence.swift
[25/37] Compiling Asynchrone ChainAsyncSequenceable.swift
[26/37] Compiling Asynchrone SharedAsyncSequence.swift
[27/37] Compiling Asynchrone ThrottleAsyncSequence.swift
[28/37] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[29/37] Compiling Asynchrone Fail.swift
[30/37] Compiling Asynchrone Just.swift
[31/37] Compiling Asynchrone Merge3AsyncSequence.swift
[32/37] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[33/37] Compiling Asynchrone CombineLatestAsyncSequence.swift
[34/37] Compiling Asynchrone CurrentElementAsyncSequence.swift
[35/37] Compiling Asynchrone DebounceAsyncSequence.swift
[36/37] Compiling Asynchrone DelayAsyncSequence.swift
[37/37] Compiling Asynchrone Empty.swift
[38/47] Compiling RedUx EffectManager.swift
[39/48] Compiling RedUx RedUxable.swift
[40/48] Emitting module RedUx
[41/48] Compiling RedUx Reducer.swift
[42/48] Compiling RedUx Effect.swift
[43/48] Compiling RedUx View+Extension.swift
[44/48] Compiling RedUx ActionStatus.swift
[45/48] Compiling RedUx ViewModel.swift
[46/48] Compiling RedUx ValueStatus.swift
[47/48] Compiling RedUx UnwrapStore.swift
[48/48] Compiling RedUx Store.swift
Build complete! (12.27s)
Fetching https://github.com/reddavis/Asynchrone
[1/4315] Fetching asynchrone
Fetched https://github.com/reddavis/Asynchrone from cache (1.82s)
Creating working copy for https://github.com/reddavis/Asynchrone
Working copy of https://github.com/reddavis/Asynchrone resolved at main (1ddfcd3)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asynchrone",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/reddavis/Asynchrone"
    }
  ],
  "manifest_display_name" : "RedUx",
  "name" : "RedUx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RedUx",
      "targets" : [
        "RedUx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedUxTests",
      "module_type" : "SwiftTarget",
      "name" : "RedUxTests",
      "path" : "RedUxTests",
      "sources" : [
        "Supporting Files/Assertions.swift",
        "Supporting Files/Models.swift",
        "Tests/ActionStatusTests.swift",
        "Tests/EffectManagerTests.swift",
        "Tests/EffectTests.swift",
        "Tests/ReducerTests.swift",
        "Tests/StoreTests.swift",
        "Tests/ValueStatusTests.swift",
        "Tests/ViewModelTests.swift"
      ],
      "target_dependencies" : [
        "RedUx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedUx",
      "module_type" : "SwiftTarget",
      "name" : "RedUx",
      "path" : "RedUx",
      "product_dependencies" : [
        "Asynchrone"
      ],
      "product_memberships" : [
        "RedUx"
      ],
      "sources" : [
        "Source/Effect.swift",
        "Source/EffectManager.swift",
        "Source/RedUxable.swift",
        "Source/Reducer.swift",
        "Source/Status/ActionStatus.swift",
        "Source/Status/ValueStatus.swift",
        "Source/Store.swift",
        "Source/SwiftUI/Extensions/View+Extension.swift",
        "Source/SwiftUI/UnwrapStore.swift",
        "Source/ViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.