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 FlowStacks, reference 0.10.11 (c52855), with Swift 5.10 for macOS (SPM) on 5 Sep 2025 03:02:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnpatrickmorgan/FlowStacks.git
Reference: 0.10.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnpatrickmorgan/FlowStacks
 * tag               0.10.11    -> FETCH_HEAD
HEAD is now at c528559 Corrects dismissAll for TCACoordinators
Cloned https://github.com/johnpatrickmorgan/FlowStacks.git
Revision (git rev-parse @):
c528559f475fd73f342377f3669cf72c42f94eac
SUCCESS checkout https://github.com/johnpatrickmorgan/FlowStacks.git at 0.10.11
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/johnpatrickmorgan/FlowStacks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/34] Compiling FlowStacks UnchangedViewModifier.swift
[5/34] Compiling FlowStacks Unobserved.swift
[6/34] Compiling FlowStacks View+UseNavigationStack.swift
[7/37] Compiling FlowStacks EnvironmentValues+keys.swift
[8/37] Compiling FlowStacks FlowLink.swift
[9/37] Compiling FlowStacks FlowNavigator.swift
[10/37] Compiling FlowStacks FlowPath+calculateSteps.swift
[11/37] Compiling FlowStacks View+cover.swift
[12/37] Compiling FlowStacks View+flowDestination.swift
[13/37] Compiling FlowStacks View+onFirstAppear.swift
[14/37] Compiling FlowStacks Route.swift
[15/37] Compiling FlowStacks RouteProtocol.swift
[16/37] Compiling FlowStacks RouteStyle.swift
[17/37] Compiling FlowStacks DestinationBuilderHolder.swift
[18/37] Compiling FlowStacks DestinationBuilderModifier.swift
[19/37] Compiling FlowStacks DestinationBuilderView.swift
[20/37] Compiling FlowStacks EmbedModifier.swift
[21/37] Compiling FlowStacks LocalDestinationBuilderModifier.swift
[22/37] Compiling FlowStacks Node.swift
[23/37] Compiling FlowStacks NonReactiveState.swift
[24/37] Compiling FlowStacks FlowPath.CodableRepresentation.swift
[25/37] Compiling FlowStacks FlowPath.swift
[26/37] Compiling FlowStacks FlowStack.swift
[27/37] Emitting module FlowStacks
[28/37] Compiling FlowStacks ConditionalViewBuilder.swift
[29/37] Compiling FlowStacks Array+convenienceMethods.swift
[30/37] Compiling FlowStacks FlowNavigator+convenienceMethods.swift
[31/37] Compiling FlowStacks FlowPath+convenienceMethods.swift
[32/37] Compiling FlowStacks Router.swift
[33/37] Compiling FlowStacks RoutesHolder.swift
[34/37] Compiling FlowStacks ScreenModifier.swift
[35/37] Compiling FlowStacks View+push.swift
[36/37] Compiling FlowStacks View+sheet.swift
[37/37] Compiling FlowStacks View+show.swift
[38/39] Emitting module FlowStacksForTCACoordinators
[39/39] Compiling FlowStacksForTCACoordinators FlowStacksForTCACoordinators.swift
Build complete! (8.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FlowStacks",
  "name" : "FlowStacks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "FlowStacks",
      "targets" : [
        "FlowStacks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlowStacksForTCACoordinators",
      "targets" : [
        "FlowStacksForTCACoordinators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlowStacksTests",
      "module_type" : "SwiftTarget",
      "name" : "FlowStacksTests",
      "path" : "Tests/FlowStacksTests",
      "sources" : [
        "CalculateStepsTests.swift",
        "ConvenienceMethodsTests.swift"
      ],
      "target_dependencies" : [
        "FlowStacks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlowStacksForTCACoordinators",
      "module_type" : "SwiftTarget",
      "name" : "FlowStacksForTCACoordinators",
      "path" : "Sources/FlowStacksForTCACoordinators",
      "product_memberships" : [
        "FlowStacksForTCACoordinators"
      ],
      "sources" : [
        "FlowStacksForTCACoordinators.swift"
      ],
      "target_dependencies" : [
        "FlowStacks"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlowStacks",
      "module_type" : "SwiftTarget",
      "name" : "FlowStacks",
      "path" : "Sources/FlowStacks",
      "product_memberships" : [
        "FlowStacks",
        "FlowStacksForTCACoordinators"
      ],
      "sources" : [
        "ConditionalViewBuilder.swift",
        "Convenience methods/Array+convenienceMethods.swift",
        "Convenience methods/FlowNavigator+convenienceMethods.swift",
        "Convenience methods/FlowPath+convenienceMethods.swift",
        "DestinationBuilderHolder.swift",
        "DestinationBuilderModifier.swift",
        "DestinationBuilderView.swift",
        "EmbedModifier.swift",
        "EnvironmentValues+keys.swift",
        "FlowLink.swift",
        "FlowNavigator.swift",
        "FlowPath+calculateSteps.swift",
        "FlowPath.CodableRepresentation.swift",
        "FlowPath.swift",
        "FlowStack.swift",
        "LocalDestinationBuilderModifier.swift",
        "Node.swift",
        "NonReactiveState.swift",
        "Route.swift",
        "RouteProtocol.swift",
        "RouteStyle.swift",
        "Router.swift",
        "RoutesHolder.swift",
        "ScreenModifier.swift",
        "UnchangedViewModifier.swift",
        "Unobserved.swift",
        "View+UseNavigationStack.swift",
        "View+cover.swift",
        "View+flowDestination.swift",
        "View+onFirstAppear.swift",
        "View+push.swift",
        "View+sheet.swift",
        "View+show.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.