Build Information
Successful build of DebugAdapterProtocol, reference main (5fd6c6
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 01:38:10 UTC.
Swift 6 data race errors: 1
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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/DebugAdapterProtocol.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/DebugAdapterProtocol
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5fd6c6f Update readme
Cloned https://github.com/ChimeHQ/DebugAdapterProtocol.git
Revision (git rev-parse @):
5fd6c6f2eb4f1b8064f1f7e3710f0539d3f116e7
SUCCESS checkout https://github.com/ChimeHQ/DebugAdapterProtocol.git at main
Fetching https://github.com/ChimeHQ/JSONRPC
[1/630] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.75s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.7.0 (1.39s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.7.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": "debugadapterprotocol",
"name": "DebugAdapterProtocol",
"url": "https://github.com/ChimeHQ/DebugAdapterProtocol.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DebugAdapterProtocol",
"dependencies": [
{
"identity": "jsonrpc",
"name": "JSONRPC",
"url": "https://github.com/ChimeHQ/JSONRPC",
"version": "0.9.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONRPC",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ChimeHQ/DebugAdapterProtocol.git
[1/59] Fetching debugadapterprotocol
Fetched https://github.com/ChimeHQ/DebugAdapterProtocol.git from cache (0.64s)
Fetching https://github.com/ChimeHQ/JSONRPC from cache
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.43s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.90s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.1
Creating working copy for https://github.com/ChimeHQ/DebugAdapterProtocol.git
Working copy of https://github.com/ChimeHQ/DebugAdapterProtocol.git resolved at main (5fd6c6f)
warning: '.resolve-product-dependencies': dependency 'debugadapterprotocol' is not used by any target
Found 1 product dependencies
- JSONRPC
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/DebugAdapterProtocol.git
https://github.com/ChimeHQ/DebugAdapterProtocol.git
{
"dependencies" : [
{
"identity" : "jsonrpc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/JSONRPC"
}
],
"manifest_display_name" : "DebugAdapterProtocol",
"name" : "DebugAdapterProtocol",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "DebugAdapterProtocol",
"targets" : [
"DebugAdapterProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DebugAdapterProtocolTests",
"module_type" : "SwiftTarget",
"name" : "DebugAdapterProtocolTests",
"path" : "Tests/DebugAdapterProtocolTests",
"sources" : [
"DebugAdapterProtocolTests.swift"
],
"target_dependencies" : [
"DebugAdapterProtocol"
],
"type" : "test"
},
{
"c99name" : "DebugAdapterProtocol",
"module_type" : "SwiftTarget",
"name" : "DebugAdapterProtocol",
"path" : "Sources/DebugAdapterProtocol",
"product_dependencies" : [
"JSONRPC"
],
"product_memberships" : [
"DebugAdapterProtocol"
],
"sources" : [
"BaseProtocol+Extensions.swift",
"BaseProtocol.swift",
"Capabilities.swift",
"DAPServer.swift",
"DAPTransport.swift",
"DebugAdapterProtocol.swift",
"Initialize.swift",
"Server.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/14] Compiling JSONRPC SeperatedHTTPHeaderMessageFraming.swift
[5/15] Compiling JSONRPC DataTransport.swift
[6/15] Compiling JSONRPC JSONId.swift
[7/15] Compiling JSONRPC JSONValue.swift
[8/15] Compiling JSONRPC Protocol.swift
[9/15] Compiling JSONRPC MessageTransport.swift
[10/15] Compiling JSONRPC JSONRPCError.swift
[11/15] Emitting module JSONRPC
[12/15] Compiling JSONRPC ProtocolTransport.swift
[13/15] Compiling JSONRPC LengthPrefixMessageFraming.swift
[14/15] Compiling JSONRPC JSONValueDecoder.swift
[15/15] Compiling JSONRPC StdioDataTransport.swift
[16/24] Compiling DebugAdapterProtocol DAPTransport.swift
[17/24] Compiling DebugAdapterProtocol DAPServer.swift
[18/24] Compiling DebugAdapterProtocol Capabilities.swift
[19/24] Compiling DebugAdapterProtocol DebugAdapterProtocol.swift
[20/24] Compiling DebugAdapterProtocol Server.swift
/Users/admin/builder/spi-builder-workspace/Sources/DebugAdapterProtocol/Server.swift:6:7: warning: associated value 'serverError(message:data:)' of 'Sendable'-conforming enum 'ServerError' has non-sendable type 'any Codable' (aka 'any Decodable & Encodable'); this is an error in the Swift 6 language mode
4 | public enum ServerError: Error {
5 | case unableToSendRequest(Error)
6 | case serverError(message: String, data: Codable?)
| `- warning: associated value 'serverError(message:data:)' of 'Sendable'-conforming enum 'ServerError' has non-sendable type 'any Codable' (aka 'any Decodable & Encodable'); this is an error in the Swift 6 language mode
7 | }
8 |
[21/24] Compiling DebugAdapterProtocol Initialize.swift
[22/24] Compiling DebugAdapterProtocol BaseProtocol+Extensions.swift
[23/24] Compiling DebugAdapterProtocol BaseProtocol.swift
[24/24] Emitting module DebugAdapterProtocol
/Users/admin/builder/spi-builder-workspace/Sources/DebugAdapterProtocol/Server.swift:6:7: warning: associated value 'serverError(message:data:)' of 'Sendable'-conforming enum 'ServerError' has non-sendable type 'any Codable' (aka 'any Decodable & Encodable'); this is an error in the Swift 6 language mode
4 | public enum ServerError: Error {
5 | case unableToSendRequest(Error)
6 | case serverError(message: String, data: Codable?)
| `- warning: associated value 'serverError(message:data:)' of 'Sendable'-conforming enum 'ServerError' has non-sendable type 'any Codable' (aka 'any Decodable & Encodable'); this is an error in the Swift 6 language mode
7 | }
8 |
Build complete! (8.19s)
Build complete.
{
"dependencies" : [
{
"identity" : "jsonrpc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/JSONRPC"
}
],
"manifest_display_name" : "DebugAdapterProtocol",
"name" : "DebugAdapterProtocol",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "DebugAdapterProtocol",
"targets" : [
"DebugAdapterProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DebugAdapterProtocolTests",
"module_type" : "SwiftTarget",
"name" : "DebugAdapterProtocolTests",
"path" : "Tests/DebugAdapterProtocolTests",
"sources" : [
"DebugAdapterProtocolTests.swift"
],
"target_dependencies" : [
"DebugAdapterProtocol"
],
"type" : "test"
},
{
"c99name" : "DebugAdapterProtocol",
"module_type" : "SwiftTarget",
"name" : "DebugAdapterProtocol",
"path" : "Sources/DebugAdapterProtocol",
"product_dependencies" : [
"JSONRPC"
],
"product_memberships" : [
"DebugAdapterProtocol"
],
"sources" : [
"BaseProtocol+Extensions.swift",
"BaseProtocol.swift",
"Capabilities.swift",
"DAPServer.swift",
"DAPTransport.swift",
"DebugAdapterProtocol.swift",
"Initialize.swift",
"Server.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.