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.3.1 (764cc8), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 22:07:49 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/heestand-xyz/Tabs.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/Tabs
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 764cc88 Close All Other Tabs
Cloned https://github.com/heestand-xyz/Tabs.git
Revision (git rev-parse @):
764cc884c68e3a3ee2fb0bb8d60fe0d49f9a4daf
SUCCESS checkout https://github.com/heestand-xyz/Tabs.git at 1.3.1
========================================
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/11] Compiling Tabs View+tab.swift
[4/11] Compiling Tabs TabsStyle.swift
[5/11] Compiling Tabs Tab.swift
[6/11] Compiling Tabs TabValue.swift
[7/11] Emitting module Tabs
[8/11] Compiling Tabs Contstants.swift
[9/11] Compiling Tabs Tabs.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:110:48: warning: capture of non-sendable type 'Content.Type' in an isolated closure
108 |                                 Button {
109 |                                     Task {
110 |                                         if let closeConfirmation {
    |                                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
111 |                                             guard await closeConfirmation(id) else { return }
112 |                                         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:110:48: warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
108 |                                 Button {
109 |                                     Task {
110 |                                         if let closeConfirmation {
    |                                                `- warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
111 |                                             guard await closeConfirmation(id) else { return }
112 |                                         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:59:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 57 |     }
 58 |
 59 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 60 |
 61 |         ScrollViewReader { proxy in
/Users/admin/builder/spi-builder-workspace/Sources/Tabs/Tabs.swift:59:32: warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
 57 |     }
 58 |
 59 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Xmark.Type' in an isolated closure
 60 |
 61 |         ScrollViewReader { proxy in
[10/11] Compiling Tabs TabGesture.swift
[11/11] Compiling Tabs TabEngine.swift
Build complete! (7.66s)
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",
        "Models/TabValue.swift",
        "Style/Contstants.swift",
        "Style/Tab.swift",
        "Style/TabsStyle.swift",
        "Tabs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.