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 main (0ca812), with Swift 6.2 (beta) for macOS (SPM) on 21 Aug 2025 10:58:13 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/Tabs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0ca8120 Update README.md
Cloned https://github.com/heestand-xyz/Tabs.git
Revision (git rev-parse @):
0ca81204f913653e873b0a1ea1bef93f40e5cfe3
SUCCESS checkout https://github.com/heestand-xyz/Tabs.git at main
========================================
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 Contstants.swift
[4/12] Compiling Tabs Tab.swift
[5/12] Compiling Tabs TabsInteraction.swift
[6/12] Compiling Tabs TabGesture.swift
[7/12] Compiling Tabs View+tab.swift
[8/12] Compiling Tabs TabsStyle.swift
[9/12] Emitting module Tabs
[10/12] Compiling Tabs TabEngine.swift
[11/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
[12/12] Compiling Tabs TabValue.swift
Build complete! (7.76s)
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.