The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleDebugger, reference main (897098), with Swift 6.1 for macOS (SPM) on 28 Dec 2025 03:13:43 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/SimpleDebugger.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmergeTools/SimpleDebugger
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8970983 Add single step support
Cloned https://github.com/EmergeTools/SimpleDebugger.git
Revision (git rev-parse @):
8970983a2d1c68f0579eaaa0c22a4a4dd9d710b4
SUCCESS checkout https://github.com/EmergeTools/SimpleDebugger.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EmergeTools/SimpleDebugger.git
https://github.com/EmergeTools/SimpleDebugger.git
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleDebugger",
  "name" : "SimpleDebugger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SimpleDebugger",
      "targets" : [
        "SimpleDebugger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleDebugger",
      "module_type" : "ClangTarget",
      "name" : "SimpleDebugger",
      "path" : "Sources/SimpleDebugger",
      "product_memberships" : [
        "SimpleDebugger"
      ],
      "sources" : [
        "SimpleDebugger.cpp",
        "emg_vm_protect.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/2] Compiling SimpleDebugger emg_vm_protect.c
[1/2] Compiling SimpleDebugger SimpleDebugger.cpp
Build complete! (1.28s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleDebugger",
  "name" : "SimpleDebugger",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SimpleDebugger",
      "targets" : [
        "SimpleDebugger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleDebugger",
      "module_type" : "ClangTarget",
      "name" : "SimpleDebugger",
      "path" : "Sources/SimpleDebugger",
      "product_memberships" : [
        "SimpleDebugger"
      ],
      "sources" : [
        "SimpleDebugger.cpp",
        "emg_vm_protect.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.