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 main (ef41fb), with Swift 6.2 for macOS (SPM) on 12 Dec 2025 18:38:53 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/Bleu
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ef41fbe Refactor MinimalEmulatorTest for better clarity and flow
Cloned https://github.com/1amageek/Bleu.git
Revision (git rev-parse @):
ef41fbe9abc6a084d57fece6007db1e588d88886
SUCCESS checkout https://github.com/1amageek/Bleu.git at main
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.73s)
Fetching https://github.com/1amageek/CoreBluetoothEmulator
[1/94] Fetching corebluetoothemulator
Fetched https://github.com/1amageek/CoreBluetoothEmulator from cache (0.90s)
Fetching https://github.com/apple/swift-log.git
[1/5747] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.20s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (1.75s)
Creating working copy for https://github.com/1amageek/CoreBluetoothEmulator
Working copy of https://github.com/1amageek/CoreBluetoothEmulator resolved at main (579963e)
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.8.0
========================================
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.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/1amageek/Bleu.git
[1/927] Fetching bleu
Fetched https://github.com/1amageek/Bleu.git from cache (1.00s)
Fetching https://github.com/1amageek/swift-actor-runtime from cache
Fetched https://github.com/1amageek/swift-actor-runtime from cache (0.48s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.59s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
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/1amageek/Bleu.git
Working copy of https://github.com/1amageek/Bleu.git resolved at main (ef41fbe)
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 MetadataProvider.swift
[6/17] Compiling Logging LogHandler.swift
[7/17] Emitting module Logging
[8/17] Compiling Logging Locks.swift
[9/17] Compiling Logging Logging.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 Envelope.swift
[17/17] Compiling ActorRuntime CodableInvocationDecoder.swift
[18/34] Compiling Bleu PeripheralManagerDelegateProxy.swift
[19/34] Compiling Bleu ServiceMapper.swift
[20/34] Compiling Bleu BLEManagerProtocols.swift
[21/34] Compiling Bleu BLETransport.swift
[22/35] Compiling Bleu LocalCentralActor.swift
[23/35] Compiling Bleu LocalPeripheralActor.swift
[24/35] Compiling Bleu CoreBluetoothPeripheralManager.swift
[25/35] Compiling Bleu CentralManagerDelegateProxy.swift
[26/35] Compiling Bleu BleuTypes.swift
[27/35] Compiling Bleu AsyncChannel.swift
[28/35] Compiling Bleu BleuConfiguration.swift
[29/35] Compiling Bleu BleuError.swift
[30/35] Compiling Bleu PeripheralActor.swift
[31/35] Compiling Bleu BLEActorSystem.swift
[32/35] Emitting module Bleu
[33/35] Compiling Bleu UUID+Extensions.swift
[34/35] Compiling Bleu CoreBluetoothCentralManager.swift
[35/35] Compiling Bleu BleuLogger.swift
Build complete! (6.18s)
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.