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 Tabs, reference 1.4.0 (1d67ad), with Swift 6.2 (beta) for macOS (SPM) on 20 Aug 2025 11:58:01 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/Tabs.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/Tabs
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 1d67ad2 Tabs Interaction
Cloned https://github.com/heestand-xyz/Tabs.git
Revision (git rev-parse @):
1d67ad29442f84b83c090b61c80a9d212329b429
SUCCESS checkout https://github.com/heestand-xyz/Tabs.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/heestand-xyz/Tabs.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 Tabs View+tab.swift
[4/12] Compiling Tabs TabGesture.swift
[5/12] Compiling Tabs TabsInteraction.swift
[6/12] Compiling Tabs TabEngine.swift
[7/12] Emitting module Tabs
[8/12] Compiling Tabs TabValue.swift
[9/12] Compiling Tabs TabsStyle.swift
[10/12] Compiling Tabs Contstants.swift
[11/12] Compiling Tabs Tab.swift
[12/12] Compiling Tabs Tabs.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:114:48: warning: capture of non-sendable type 'Content.Type' in an isolated closure
112 |                                 Button {
113 |                                     Task {
114 |                                         if let closeConfirmation {
    |                                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
115 |                                             guard await closeConfirmation(id) else { return }
116 |                                         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:114:48: warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
112 |                                 Button {
113 |                                     Task {
114 |                                         if let closeConfirmation {
    |                                                `- warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
115 |                                             guard await closeConfirmation(id) else { return }
116 |                                         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:63:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 61 |     }
 62 |
 63 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 64 |
 65 |         ScrollViewReader { proxy in
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:63:32: warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
 61 |     }
 62 |
 63 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
 64 |
 65 |         ScrollViewReader { proxy in
Build complete! (7.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tabs",
  "name" : "Tabs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Tabs",
      "targets" : [
        "Tabs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tabs",
      "module_type" : "SwiftTarget",
      "name" : "Tabs",
      "path" : "Sources/Tabs",
      "product_memberships" : [
        "Tabs"
      ],
      "sources" : [
        "Engine/TabEngine.swift",
        "Engine/TabGesture.swift",
        "Engine/View+tab.swift",
        "Interaction/TabsInteraction.swift",
        "Models/TabValue.swift",
        "Style/Contstants.swift",
        "Style/Tab.swift",
        "Style/TabsStyle.swift",
        "Tabs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.