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 main (c52855), with Swift 5.10 for macOS (SPM) on 5 Sep 2025 03:02:44 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnpatrickmorgan/FlowStacks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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] Emitting module FlowStacks
[5/37] Compiling FlowStacks Route.swift
[6/37] Compiling FlowStacks RouteProtocol.swift
[7/37] Compiling FlowStacks RouteStyle.swift
[8/37] Compiling FlowStacks UnchangedViewModifier.swift
[9/37] Compiling FlowStacks Unobserved.swift
[10/37] Compiling FlowStacks View+UseNavigationStack.swift
[11/37] Compiling FlowStacks LocalDestinationBuilderModifier.swift
[12/37] Compiling FlowStacks Node.swift
[13/37] Compiling FlowStacks NonReactiveState.swift
[14/37] Compiling FlowStacks View+push.swift
[15/37] Compiling FlowStacks View+sheet.swift
[16/37] Compiling FlowStacks View+show.swift
[17/37] Compiling FlowStacks Router.swift
[18/37] Compiling FlowStacks RoutesHolder.swift
[19/37] Compiling FlowStacks ScreenModifier.swift
[20/37] Compiling FlowStacks View+cover.swift
[21/37] Compiling FlowStacks View+flowDestination.swift
[22/37] Compiling FlowStacks View+onFirstAppear.swift
[23/37] Compiling FlowStacks ConditionalViewBuilder.swift
[24/37] Compiling FlowStacks Array+convenienceMethods.swift
[25/37] Compiling FlowStacks FlowNavigator+convenienceMethods.swift
[26/37] Compiling FlowStacks FlowPath+convenienceMethods.swift
[27/37] Compiling FlowStacks EnvironmentValues+keys.swift
[28/37] Compiling FlowStacks FlowLink.swift
[29/37] Compiling FlowStacks FlowNavigator.swift
[30/37] Compiling FlowStacks FlowPath+calculateSteps.swift
[31/37] Compiling FlowStacks DestinationBuilderHolder.swift
[32/37] Compiling FlowStacks DestinationBuilderModifier.swift
[33/37] Compiling FlowStacks DestinationBuilderView.swift
[34/37] Compiling FlowStacks EmbedModifier.swift
[35/37] Compiling FlowStacks FlowPath.CodableRepresentation.swift
[36/37] Compiling FlowStacks FlowPath.swift
[37/37] Compiling FlowStacks FlowStack.swift
[38/39] Compiling FlowStacksForTCACoordinators FlowStacksForTCACoordinators.swift
[39/39] Emitting module FlowStacksForTCACoordinators
Build complete! (8.77s)
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.