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 swiftui-flow-navigation, reference v0.11.3 (e56a19), with Swift 5.10 for macOS (SPM) on 31 Mar 2025 00:51:32 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/magnuskahr/swiftui-flow-navigation.git
Reference: v0.11.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/magnuskahr/swiftui-flow-navigation
 * tag               v0.11.3    -> FETCH_HEAD
HEAD is now at e56a19a test
Cloned https://github.com/magnuskahr/swiftui-flow-navigation.git
Revision (git rev-parse @):
e56a19ad41b222f4fa3e28a97c1a53c24d672205
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/magnuskahr/swiftui-flow-navigation.git at v0.11.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/magnuskahr/swiftui-flow-navigation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-33747A42983211AE.txt
[6/25] Compiling FlowNavigation FlowScreenView.swift
[7/25] Compiling FlowNavigation DefaultUnavailableFlowView.swift
[8/26] Compiling FlowNavigation FlowScreenId.swift
[9/26] Compiling FlowNavigation FlowScreenProvider.swift
[10/26] Compiling FlowNavigation PassthroughFlowScreenProvider.swift
[11/26] Compiling FlowNavigation NavigationPush.swift
[12/26] Compiling FlowNavigation FlowScreenContainer.swift
[13/26] Compiling FlowNavigation FlowScreenControl.swift
[14/26] Compiling FlowNavigation FlowReader.swift
[15/26] Compiling FlowNavigation FlowScreen.swift
[16/26] Compiling FlowNavigation Flow.swift
[17/26] Compiling FlowNavigation FlowProxy.swift
[18/26] Emitting module FlowNavigation
[19/26] Compiling FlowNavigation DefaultFailureFlowView.swift
[20/26] Compiling FlowNavigation LoadingFlowView.swift
[21/32] Emitting module getting_started
[22/32] Emitting module hiding_the_back_button
[23/32] Compiling hiding_the_back_button hiding-the-back-button.swift
[23/32] Write Objects.LinkFileList
[25/32] Emitting module completing_a_flow
[26/32] Compiling completing_a_flow completing-a-flow.swift
[26/32] Write Objects.LinkFileList
[28/32] Compiling getting_started getting-started.swift
[28/32] Write Objects.LinkFileList
[29/32] Linking getting-started
[29/32] Linking hiding-the-back-button
[31/32] Linking completing-a-flow
Build complete! (10.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftui-flow-navigation",
  "name" : "swiftui-flow-navigation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "FlowNavigation",
      "targets" : [
        "FlowNavigation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "completing-a-flow",
      "targets" : [
        "completing-a-flow"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "getting-started",
      "targets" : [
        "getting-started"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "hiding-the-back-button",
      "targets" : [
        "hiding-the-back-button"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlowNavigation",
      "module_type" : "SwiftTarget",
      "name" : "FlowNavigation",
      "path" : "Sources/FlowNavigation",
      "product_memberships" : [
        "FlowNavigation",
        "completing-a-flow",
        "getting-started",
        "hiding-the-back-button"
      ],
      "sources" : [
        "Flow.swift",
        "FlowProxy.swift",
        "FlowReader.swift",
        "FlowScreen.swift",
        "FlowScreenContainer.swift",
        "FlowScreenControl.swift",
        "FlowScreenId.swift",
        "FlowScreenProvider.swift",
        "NavigationPush.swift",
        "PassthroughFlowScreenProvider.swift",
        "Views/DefaultFailureFlowView.swift",
        "Views/DefaultUnavailableFlowView.swift",
        "Views/FlowScreenView.swift",
        "Views/LoadingFlowView.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "completing_a_flow",
      "module_type" : "SwiftTarget",
      "name" : "completing-a-flow",
      "path" : "Snippets",
      "product_memberships" : [
        "completing-a-flow"
      ],
      "sources" : [
        "completing-a-flow.swift"
      ],
      "target_dependencies" : [
        "FlowNavigation"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "getting_started",
      "module_type" : "SwiftTarget",
      "name" : "getting-started",
      "path" : "Snippets",
      "product_memberships" : [
        "getting-started"
      ],
      "sources" : [
        "getting-started.swift"
      ],
      "target_dependencies" : [
        "FlowNavigation"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "hiding_the_back_button",
      "module_type" : "SwiftTarget",
      "name" : "hiding-the-back-button",
      "path" : "Snippets",
      "product_memberships" : [
        "hiding-the-back-button"
      ],
      "sources" : [
        "hiding-the-back-button.swift"
      ],
      "target_dependencies" : [
        "FlowNavigation"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.7"
}
Done.