The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BetterTabBar, reference main (eb8fca), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:45:11 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/bircni/BetterTabBar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bircni/BetterTabBar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eb8fca7 add to cocoapods
Cloned https://github.com/bircni/BetterTabBar.git
Revision (git rev-parse @):
eb8fca7597372ca6a2546f211589e174e8629829
SUCCESS checkout https://github.com/bircni/BetterTabBar.git at main
========================================
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": "bettertabbar",
      "name": "BetterTabBar",
      "url": "https://github.com/bircni/BetterTabBar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BetterTabBar",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bircni/BetterTabBar.git
[1/99] Fetching bettertabbar
Fetched https://github.com/bircni/BetterTabBar.git from cache (0.82s)
Creating working copy for https://github.com/bircni/BetterTabBar.git
Working copy of https://github.com/bircni/BetterTabBar.git resolved at main (eb8fca7)
warning: '.resolve-product-dependencies': dependency 'bettertabbar' 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/bircni/BetterTabBar.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/4] Emitting module BetterTabBar
[4/4] Compiling BetterTabBar BetterTabBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/BetterTabBar/BetterTabBar.swift:61:18: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead. [#DeprecatedDeclaration]
59 |                 )
60 |                 .frame(height: height)
61 |                 .animation(.spring())
   |                  `- warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead. [#DeprecatedDeclaration]
62 |         }
63 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (8.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BetterTabBar",
  "name" : "BetterTabBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "BetterTabBar",
      "targets" : [
        "BetterTabBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BetterTabBar",
      "module_type" : "SwiftTarget",
      "name" : "BetterTabBar",
      "path" : "Sources/BetterTabBar",
      "product_memberships" : [
        "BetterTabBar"
      ],
      "sources" : [
        "BetterTabBar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.