The Swift Package Index logo.Swift Package Index

Build Information

Successful build of B9MulticastDelegate, reference master (38b3a2), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 12:58:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/b9swift/MulticastDelegate.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/b9swift/MulticastDelegate
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 38b3a22 Update CI and documents.
Cloned https://github.com/b9swift/MulticastDelegate.git
Revision (git rev-parse @):
38b3a2243036ac01053ed1894e625755c20196a0
SUCCESS checkout https://github.com/b9swift/MulticastDelegate.git at master
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "multicastdelegate",
      "name": "B9MulticastDelegate",
      "url": "https://github.com/b9swift/MulticastDelegate.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MulticastDelegate",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/b9swift/MulticastDelegate.git
[1/102] Fetching multicastdelegate
Fetched https://github.com/b9swift/MulticastDelegate.git from cache (0.69s)
Creating working copy for https://github.com/b9swift/MulticastDelegate.git
Working copy of https://github.com/b9swift/MulticastDelegate.git resolved at master (38b3a22)
warning: '.resolve-product-dependencies': dependency 'multicastdelegate' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/b9swift/MulticastDelegate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling B9MulticastDelegate B9MulticastDelegate.swift
[4/4] Emitting module B9MulticastDelegate
Build complete! (3.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "B9MulticastDelegate",
  "name" : "B9MulticastDelegate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "B9MulticastDelegate",
      "targets" : [
        "B9MulticastDelegate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "B9MulticastDelegateTests",
      "module_type" : "SwiftTarget",
      "name" : "B9MulticastDelegateTests",
      "path" : "Tests/B9MulticastDelegateTests",
      "sources" : [
        "B9MulticastDelegateTests.swift"
      ],
      "target_dependencies" : [
        "B9MulticastDelegate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "B9MulticastDelegate",
      "module_type" : "SwiftTarget",
      "name" : "B9MulticastDelegate",
      "path" : "Sources/B9MulticastDelegate",
      "product_memberships" : [
        "B9MulticastDelegate"
      ],
      "sources" : [
        "B9MulticastDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.