Build Information
Successful build of DebugAdapterProtocol, reference main (5fd6c6
), with Swift 5.10 for macOS (SPM) on 6 Jul 2024 16:00:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.45.2
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
[6/559] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC from cache (1.32s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.7.0 (0.58s)
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.0",
"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.69s)
Fetching https://github.com/ChimeHQ/JSONRPC from cache
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.46s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.0 (0.42s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.0
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: 5.10
Building package at path: $workDir
https://github.com/ChimeHQ/DebugAdapterProtocol.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/14] Compiling JSONRPC SeperatedHTTPHeaderMessageFraming.swift
[5/14] Compiling JSONRPC LengthPrefixMessageFraming.swift
[6/15] Emitting module JSONRPC
[7/15] Compiling JSONRPC JSONRPCError.swift
[8/15] Compiling JSONRPC DataTransport.swift
[9/15] Compiling JSONRPC JSONId.swift
[10/15] Compiling JSONRPC MessageTransport.swift
[11/15] Compiling JSONRPC JSONValueDecoder.swift
[12/15] Compiling JSONRPC JSONValue.swift
[13/15] Compiling JSONRPC Protocol.swift
[14/15] Compiling JSONRPC ProtocolTransport.swift
[15/15] Compiling JSONRPC StdioDataTransport.swift
[16/24] Compiling DebugAdapterProtocol Server.swift
[17/24] Compiling DebugAdapterProtocol DebugAdapterProtocol.swift
[18/24] Compiling DebugAdapterProtocol DAPServer.swift
[19/24] Compiling DebugAdapterProtocol Initialize.swift
[20/24] Compiling DebugAdapterProtocol Capabilities.swift
[21/24] Compiling DebugAdapterProtocol DAPTransport.swift
[22/24] Compiling DebugAdapterProtocol BaseProtocol+Extensions.swift
[23/24] Emitting module DebugAdapterProtocol
[24/24] Compiling DebugAdapterProtocol BaseProtocol.swift
Build complete! (7.00s)
Build complete.
Done.