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 NavFlow, reference main (ba01ad), with Swift 5.10 for macOS (SPM) on 5 Sep 2025 19:03:46 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/TolgaTaner/NavFlow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TolgaTaner/NavFlow
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ba01ad8 Update README.md
Cloned https://github.com/TolgaTaner/NavFlow.git
Revision (git rev-parse @):
ba01ad8c10756de389e139305eb878c57732026d
SUCCESS checkout https://github.com/TolgaTaner/NavFlow.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/TolgaTaner/NavFlow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling NavFlow NavFlowViewModifiers.swift
[4/8] Compiling NavFlow NavigationBarHeight.swift
[5/8] Compiling NavFlow NavFlowNavigationPushLink.swift
[6/8] Emitting module NavFlow
[7/8] Compiling NavFlow NavFlowNavigationBarView.swift
[8/8] Compiling NavFlow NavFlowNavigationSheetLink.swift
Build complete! (7.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NavFlow",
  "name" : "NavFlow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "NavFlow",
      "targets" : [
        "NavFlow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NavFlowTests",
      "module_type" : "SwiftTarget",
      "name" : "NavFlowTests",
      "path" : "Tests/NavFlowTests",
      "sources" : [
        "NavFlowTests.swift"
      ],
      "target_dependencies" : [
        "NavFlow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NavFlow",
      "module_type" : "SwiftTarget",
      "name" : "NavFlow",
      "path" : "Sources/NavFlow",
      "product_memberships" : [
        "NavFlow"
      ],
      "sources" : [
        "NavFlowNavigationBarView.swift",
        "NavFlowNavigationPushLink.swift",
        "NavFlowNavigationSheetLink.swift",
        "NavFlowViewModifiers.swift",
        "NavigationBarHeight.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.