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 Bleu, reference 2.1.0 (6b8d0c), with Swift 6.2 for macOS (SPM) on 29 Nov 2025 04:09:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/Bleu.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/Bleu
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 6b8d0c4 Fix race condition in EmulatedBLEPeripheralManager.startAdvertising
Cloned https://github.com/1amageek/Bleu.git
Revision (git rev-parse @):
6b8d0c46ba2c25072390236a755f4bec0608d9c4
SUCCESS checkout https://github.com/1amageek/Bleu.git at 2.1.0
Fetching https://github.com/1amageek/swift-actor-runtime
[1/128] Fetching swift-actor-runtime
Fetched https://github.com/1amageek/swift-actor-runtime from cache (0.74s)
Fetching https://github.com/1amageek/CoreBluetoothEmulator
[1/94] Fetching corebluetoothemulator
Fetched https://github.com/1amageek/CoreBluetoothEmulator from cache (0.80s)
Fetching https://github.com/apple/swift-log.git
[1/5413] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.67s)
Creating working copy for https://github.com/1amageek/swift-actor-runtime
Working copy of https://github.com/1amageek/swift-actor-runtime resolved at main (c56ece4)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/1amageek/CoreBluetoothEmulator
Working copy of https://github.com/1amageek/CoreBluetoothEmulator resolved at main (579963e)
========================================
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": "bleu",
      "name": "Bleu",
      "url": "https://github.com/1amageek/Bleu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bleu",
      "dependencies": [
        {
          "identity": "swift-actor-runtime",
          "name": "swift-actor-runtime",
          "url": "https://github.com/1amageek/swift-actor-runtime",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-actor-runtime",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/1amageek/Bleu.git
[1/917] Fetching bleu
Fetched https://github.com/1amageek/Bleu.git from cache (1.01s)
Fetching https://github.com/1amageek/swift-actor-runtime from cache
Fetched https://github.com/1amageek/swift-actor-runtime from cache (0.47s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.63s)
Creating working copy for https://github.com/1amageek/swift-actor-runtime
Working copy of https://github.com/1amageek/swift-actor-runtime resolved at main (c56ece4)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/1amageek/Bleu.git
Working copy of https://github.com/1amageek/Bleu.git resolved at 2.1.0 (6b8d0c4)
warning: '.resolve-product-dependencies': dependency 'bleu' is not used by any target
Found 2 product dependencies
  - swift-actor-runtime
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/1amageek/Bleu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/17] Compiling Logging Locks.swift
[6/17] Compiling Logging Logging.swift
[7/17] Compiling Logging LogHandler.swift
[8/17] Emitting module Logging
[9/17] Compiling Logging MetadataProvider.swift
[10/17] Compiling ActorRuntime RuntimeError.swift
[11/17] Compiling ActorRuntime TransportProtocol.swift
[12/17] Compiling ActorRuntime ActorRegistry.swift
[13/17] Compiling ActorRuntime CodableResultHandler.swift
[14/17] Compiling ActorRuntime CodableInvocationEncoder.swift
[15/17] Emitting module ActorRuntime
[16/17] Compiling ActorRuntime CodableInvocationDecoder.swift
[17/17] Compiling ActorRuntime Envelope.swift
[18/34] Compiling Bleu BLETransport.swift
[19/34] Compiling Bleu BLEManagerProtocols.swift
[20/35] Compiling Bleu PeripheralManagerDelegateProxy.swift
[21/35] Compiling Bleu ServiceMapper.swift
[22/35] Compiling Bleu LocalCentralActor.swift
[23/35] Compiling Bleu LocalPeripheralActor.swift
[24/35] Compiling Bleu BleuLogger.swift
[25/35] Compiling Bleu CoreBluetoothPeripheralManager.swift
[26/35] Compiling Bleu CentralManagerDelegateProxy.swift
[27/35] Compiling Bleu BleuTypes.swift
[28/35] Compiling Bleu AsyncChannel.swift
[29/35] Compiling Bleu BleuConfiguration.swift
[30/35] Compiling Bleu BleuError.swift
[31/35] Compiling Bleu PeripheralActor.swift
[32/35] Compiling Bleu BLEActorSystem.swift
[33/35] Emitting module Bleu
[34/35] Compiling Bleu UUID+Extensions.swift
[35/35] Compiling Bleu CoreBluetoothCentralManager.swift
Build complete! (6.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-actor-runtime",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1amageek/swift-actor-runtime"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "corebluetoothemulator",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1amageek/CoreBluetoothEmulator"
    }
  ],
  "manifest_display_name" : "Bleu",
  "name" : "Bleu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Bleu",
      "targets" : [
        "Bleu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BleuTests",
      "module_type" : "SwiftTarget",
      "name" : "BleuTests",
      "path" : "Tests/BleuTests",
      "product_dependencies" : [
        "CoreBluetoothEmulator"
      ],
      "sources" : [
        "Hardware/RealBLETests.swift",
        "Integration/ErrorHandlingTests.swift",
        "Integration/FullWorkflowTests.swift",
        "Integration/MinimalEmulatorTest.swift",
        "Integration/MockActorSystemTests.swift",
        "Integration/MultiProcessEmulatorTests.swift",
        "Integration/ResolvableTests.swift",
        "Mocks/Emulator/EmulatedBLECentralManager.swift",
        "Mocks/Emulator/EmulatedBLEPeripheralManager.swift",
        "Mocks/MockActorExamples.swift",
        "Mocks/MockBLEActorSystem.swift",
        "Mocks/MockBLEBridge.swift",
        "Mocks/MockCentralManager.swift",
        "Mocks/MockPeripheralManager.swift",
        "Mocks/TestHelpers.swift",
        "Unit/BleuV2SwiftTests.swift",
        "Unit/RPCTests.swift",
        "Unit/TransportLayerTests.swift",
        "Unit/UnitTests.swift"
      ],
      "target_dependencies" : [
        "Bleu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bleu",
      "module_type" : "SwiftTarget",
      "name" : "Bleu",
      "path" : "Sources/Bleu",
      "product_dependencies" : [
        "ActorRuntime",
        "Logging"
      ],
      "product_memberships" : [
        "Bleu"
      ],
      "sources" : [
        "Actors/PeripheralActor.swift",
        "Core/BLEActorSystem.swift",
        "Core/BleuConfiguration.swift",
        "Core/BleuError.swift",
        "Core/BleuTypes.swift",
        "Extensions/AsyncChannel.swift",
        "Extensions/UUID+Extensions.swift",
        "Implementations/CoreBluetoothCentralManager.swift",
        "Implementations/CoreBluetoothPeripheralManager.swift",
        "LocalActors/CentralManagerDelegateProxy.swift",
        "LocalActors/LocalCentralActor.swift",
        "LocalActors/LocalPeripheralActor.swift",
        "LocalActors/PeripheralManagerDelegateProxy.swift",
        "Mapping/ServiceMapper.swift",
        "Protocols/BLEManagerProtocols.swift",
        "Transport/BLETransport.swift",
        "Utils/BleuLogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.