The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swiftbar, reference v1.0.1 (100c59), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 18:05:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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",
  "dependencies": [
    {
      "identity": "swiftbar",
      "name": "swiftbar",
      "url": "https://github.com/theBreadCompany/swiftbar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftbar",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/theBreadCompany/swiftbar.git
[1/176] Fetching swiftbar
Fetched https://github.com/theBreadCompany/swiftbar.git from cache (0.58s)
Creating working copy for https://github.com/theBreadCompany/swiftbar.git
Working copy of https://github.com/theBreadCompany/swiftbar.git resolved at v1.0.1 (100c59b)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/theBreadCompany/swiftbar.git
https://github.com/theBreadCompany/swiftbar.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/17] Write sources
[3/17] Write Example2-entitlement.plist
[3/17] Write Example-entitlement.plist
[4/17] Write Example3-entitlement.plist
[5/17] Write sources
[7/17] Write swift-version-2F0A5646E1D333AE.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] Emitting module Example3
[16/26] Compiling Example3 main.swift
[17/26] Emitting module Example2
[18/26] Compiling Example2 main.swift
[18/26] Write Objects.LinkFileList
[20/26] Linking Example
[20/26] Linking Example3
[21/26] Linking Example2
[23/26] Applying Example3
[24/26] Applying Example
[25/26] Applying Example2
Build complete! (5.46s)
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.