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 CustomTabView, reference main (32b9c6), with Swift 6.2 (beta) for macOS (SPM) on 29 Jul 2025 13:28:57 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/NicFontana/SwiftUI-CustomTabView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NicFontana/SwiftUI-CustomTabView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 32b9c69 Merge pull request #10 from NicFontana/fix/stale-child-view
Cloned https://github.com/NicFontana/SwiftUI-CustomTabView.git
Revision (git rev-parse @):
32b9c69474dc69d037adbae04f13aa1aa04b8d21
SUCCESS checkout https://github.com/NicFontana/SwiftUI-CustomTabView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/NicFontana/SwiftUI-CustomTabView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling CustomTabView NSTabBarControllerRepresentable.swift
[4/12] Compiling CustomTabView UITabBarControllerRepresentable.swift
[5/12] Compiling CustomTabView KeyboardReadable.swift
[6/12] Compiling CustomTabView Tab.swift
[7/12] Compiling CustomTabView ExampleView.swift
[8/12] Compiling CustomTabView EnvironmentValues+TabBarPosition.swift
[9/12] Compiling CustomTabView BottomFloatingTabBarView.swift
[10/12] Compiling CustomTabView TopIndicatorTabBarView.swift
[11/12] Emitting module CustomTabView
[12/12] Compiling CustomTabView CustomTabView.swift
Build complete! (9.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CustomTabView",
  "name" : "CustomTabView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CustomTabView",
      "targets" : [
        "CustomTabView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomTabViewTests",
      "module_type" : "SwiftTarget",
      "name" : "CustomTabViewTests",
      "path" : "Tests/CustomTabViewTests",
      "sources" : [
        "CustomTabViewTests.swift"
      ],
      "target_dependencies" : [
        "CustomTabView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CustomTabView",
      "module_type" : "SwiftTarget",
      "name" : "CustomTabView",
      "path" : "Sources/CustomTabView",
      "product_memberships" : [
        "CustomTabView"
      ],
      "sources" : [
        "CustomTabView.swift",
        "EnvironmentValues+TabBarPosition.swift",
        "Example/BottomFloatingTabBarView.swift",
        "Example/ExampleView.swift",
        "Example/Tab.swift",
        "Example/TopIndicatorTabBarView.swift",
        "iOS/KeyboardReadable.swift",
        "iOS/UITabBarControllerRepresentable.swift",
        "macOS/NSTabBarControllerRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.