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 EventBus with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SSBun/EventBus.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SSBun/EventBus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e4050cf initialize EventBus
Cloned https://github.com/SSBun/EventBus.git
Revision (git rev-parse @):
e4050cf903a0a088ef92feb888e7ffd5ce42d484
SUCCESS checkout https://github.com/SSBun/EventBus.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "eventbus",
      "name": "EventBus",
      "url": "https://github.com/SSBun/EventBus.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventBus",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SSBun/EventBus.git
[2/11] Fetching eventbus
Fetched https://github.com/SSBun/EventBus.git (0.19s)
Creating working copy for https://github.com/SSBun/EventBus.git
Working copy of https://github.com/SSBun/EventBus.git resolved at main
warning: '.resolve-product-dependencies': dependency 'eventbus' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling EventBus EventBus.swift
[2/2] Emitting module EventBus
Build complete! (6.74s)
Build complete.
Done.