The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CustomTabView, reference v1.2.0 (32b9c6), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 15:46:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NicFontana/SwiftUI-CustomTabView.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NicFontana/SwiftUI-CustomTabView
 * tag               v1.2.0     -> FETCH_HEAD
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 v1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftui-customtabview",
      "name": "CustomTabView",
      "url": "https://github.com/NicFontana/SwiftUI-CustomTabView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUI-CustomTabView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/NicFontana/SwiftUI-CustomTabView.git
[1/138] Fetching swiftui-customtabview
Fetched https://github.com/NicFontana/SwiftUI-CustomTabView.git from cache (0.97s)
Creating working copy for https://github.com/NicFontana/SwiftUI-CustomTabView.git
Working copy of https://github.com/NicFontana/SwiftUI-CustomTabView.git resolved at v1.2.0 (32b9c69)
warning: '.resolve-product-dependencies': dependency 'swiftui-customtabview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/NicFontana/SwiftUI-CustomTabView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling CustomTabView UITabBarControllerRepresentable.swift
[4/12] Compiling CustomTabView KeyboardReadable.swift
[5/12] Compiling CustomTabView NSTabBarControllerRepresentable.swift
[6/12] Compiling CustomTabView TopIndicatorTabBarView.swift
[7/12] Compiling CustomTabView Tab.swift
[8/12] Compiling CustomTabView BottomFloatingTabBarView.swift
[9/12] Compiling CustomTabView ExampleView.swift
[10/12] Compiling CustomTabView CustomTabView.swift
[11/12] Compiling CustomTabView EnvironmentValues+TabBarPosition.swift
[12/12] Emitting module CustomTabView
Build complete! (11.60s)
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.