The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DebugAdapterProtocol, reference master (30feae), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 07:37:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noellee/SwiftDAP.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noellee/SwiftDAP
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 30feaec Updated readme with user guide
Cloned https://github.com/noellee/SwiftDAP.git
Revision (git rev-parse @):
30feaecee03f16cd0d92ea5bbbe32d04a124a667
SUCCESS checkout https://github.com/noellee/SwiftDAP.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/noellee/SwiftDAP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling DebugAdapterProtocol ProtocolMessage.swift
[4/14] Compiling DebugAdapterProtocol MirroredEnum.swift
[5/14] Compiling DebugAdapterProtocol CodableExtensions.swift
[6/14] Compiling DebugAdapterProtocol Requests.swift
[7/14] Compiling DebugAdapterProtocol Responses.swift
[8/14] Compiling DebugAdapterProtocol Errors.swift
[9/14] Compiling DebugAdapterProtocol Events.swift
[10/14] Compiling DebugAdapterProtocol DebugAdapter.swift
[11/14] Compiling DebugAdapterProtocol ProtocolMessageHandler.swift
[12/14] Compiling DebugAdapterProtocol Types.swift
[13/14] Compiling DebugAdapterProtocol Logger.swift
[14/14] Emitting module DebugAdapterProtocol
Build complete! (4.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DebugAdapterProtocol",
  "name" : "DebugAdapterProtocol",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DebugAdapterProtocol",
      "targets" : [
        "DebugAdapterProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebugAdapterProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "DebugAdapterProtocolTests",
      "path" : "Tests/DebugAdapterProtocolTests",
      "sources" : [
        "DebugAdapterProtocolTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DebugAdapterProtocol"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DebugAdapterProtocol",
      "module_type" : "SwiftTarget",
      "name" : "DebugAdapterProtocol",
      "path" : "Sources/DebugAdapterProtocol",
      "product_memberships" : [
        "DebugAdapterProtocol"
      ],
      "sources" : [
        "Adapter/DebugAdapter.swift",
        "Adapter/ProtocolMessageHandler.swift",
        "Logger/Logger.swift",
        "Protocol/Errors.swift",
        "Protocol/Messages/Events.swift",
        "Protocol/Messages/ProtocolMessage.swift",
        "Protocol/Messages/Requests.swift",
        "Protocol/Messages/Responses.swift",
        "Protocol/Types.swift",
        "Utils/CodableExtensions.swift",
        "Utils/MirroredEnum.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.