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 swiftbar, reference v1.0.1 (100c59), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:27:10 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/theBreadCompany/swiftbar.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theBreadCompany/swiftbar
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at 100c59b update syntax
Cloned https://github.com/theBreadCompany/swiftbar.git
Revision (git rev-parse @):
100c59b70a7c55eda4b3b2c1dd3047506b845196
SUCCESS checkout https://github.com/theBreadCompany/swiftbar.git at v1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/theBreadCompany/swiftbar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/17] Write sources
[3/17] Write Example-entitlement.plist
[3/17] Write Example2-entitlement.plist
[3/17] Write Example3-entitlement.plist
[7/17] Write swift-version-1EA4D86E10B52AF.txt
[9/20] Compiling swiftbar Progressbar.swift
[10/20] Emitting module swiftbar
[11/20] Compiling swiftbar ProgressbarConfiguration.swift
[12/26] Compiling Example main.swift
[13/26] Emitting module Example
[13/26] Write Objects.LinkFileList
[15/26] Compiling Example2 main.swift
[16/26] Emitting module Example2
[16/26] Write Objects.LinkFileList
[17/26] Compiling Example3 main.swift
[19/26] Emitting module Example3
[19/26] Write Objects.LinkFileList
[20/26] Linking Example3
[20/26] Linking Example2
[20/26] Linking Example
[23/26] Applying Example3
[24/26] Applying Example2
[25/26] Applying Example
Build complete! (4.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftbar",
  "name" : "swiftbar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "swiftbar",
      "targets" : [
        "swiftbar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Example2",
      "targets" : [
        "Example2"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Example3",
      "targets" : [
        "Example3"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swiftbarTests",
      "module_type" : "SwiftTarget",
      "name" : "swiftbarTests",
      "path" : "Tests/swiftbarTests",
      "sources" : [
        "swiftbarTests.swift"
      ],
      "target_dependencies" : [
        "swiftbar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "swiftbar",
      "module_type" : "SwiftTarget",
      "name" : "swiftbar",
      "path" : "Sources/swiftbar",
      "product_memberships" : [
        "swiftbar",
        "Example",
        "Example2",
        "Example3"
      ],
      "sources" : [
        "Progressbar.swift",
        "ProgressbarConfiguration.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example3",
      "module_type" : "SwiftTarget",
      "name" : "Example3",
      "path" : "Sources/Example3",
      "product_memberships" : [
        "Example3"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "swiftbar"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Example2",
      "module_type" : "SwiftTarget",
      "name" : "Example2",
      "path" : "Sources/Example2",
      "product_memberships" : [
        "Example2"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "swiftbar"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "swiftbar"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.