Build Information
Successful build of DebugAdapterProtocol, reference master (30feae), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 22:48:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "swiftdap",
"name": "DebugAdapterProtocol",
"url": "https://github.com/noellee/SwiftDAP.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftDAP",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/noellee/SwiftDAP.git
[1/72] Fetching swiftdap
Fetched https://github.com/noellee/SwiftDAP.git from cache (0.84s)
Creating working copy for https://github.com/noellee/SwiftDAP.git
Working copy of https://github.com/noellee/SwiftDAP.git resolved at master (30feaec)
warning: '.resolve-product-dependencies': dependency 'swiftdap' 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/noellee/SwiftDAP.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/13] Compiling DebugAdapterProtocol CodableExtensions.swift
[4/13] Compiling DebugAdapterProtocol Logger.swift
[5/13] Compiling DebugAdapterProtocol DebugAdapter.swift
[6/13] Compiling DebugAdapterProtocol ProtocolMessageHandler.swift
[7/13] Compiling DebugAdapterProtocol Requests.swift
[8/13] Compiling DebugAdapterProtocol ProtocolMessage.swift
[9/13] Compiling DebugAdapterProtocol Errors.swift
[10/13] Emitting module DebugAdapterProtocol
[11/13] Compiling DebugAdapterProtocol Types.swift
[12/13] Compiling DebugAdapterProtocol Events.swift
[13/13] Compiling DebugAdapterProtocol Responses.swift
[14/14] Compiling DebugAdapterProtocol MirroredEnum.swift
Build complete! (4.62s)
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.