The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BetterTabBar, reference 0.1.0 (4c324a), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:44:54 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bircni/BetterTabBar
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 4c324ae Create swift.yml (#1)
Cloned https://github.com/bircni/BetterTabBar.git
Revision (git rev-parse @):
4c324ae6c169ed9071c447ebe9ceb52ade3c69b7
SUCCESS checkout https://github.com/bircni/BetterTabBar.git at 0.1.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": "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.83s)
Creating working copy for https://github.com/bircni/BetterTabBar.git
Working copy of https://github.com/bircni/BetterTabBar.git resolved at 0.1.0 (4c324ae)
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! (7.93s)
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.