Build Information
Successful build of DebugAdapterProtocol, reference main (5fd6c6
), with Swift 5.9 for macOS (SPM) on 6 Jul 2024 16:01:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/ChimeHQ/DebugAdapterProtocol.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling JSONRPC MessageTransport.swift
[2/11] Compiling JSONRPC Protocol.swift
[3/11] Compiling JSONRPC SeperatedHTTPHeaderMessageFraming.swift
[4/11] Compiling JSONRPC LengthPrefixMessageFraming.swift
[5/11] Compiling JSONRPC JSONValueDecoder.swift
[6/11] Compiling JSONRPC JSONValue.swift
[7/11] Compiling JSONRPC JSONRPCError.swift
[8/11] Compiling JSONRPC DataTransport.swift
[9/11] Compiling JSONRPC JSONId.swift
[10/11] Emitting module JSONRPC
[11/11] Compiling JSONRPC ProtocolTransport.swift
[12/12] Compiling JSONRPC StdioDataTransport.swift
[13/21] Compiling DebugAdapterProtocol Server.swift
[14/21] Compiling DebugAdapterProtocol Initialize.swift
[15/21] Compiling DebugAdapterProtocol DebugAdapterProtocol.swift
[16/21] Compiling DebugAdapterProtocol Capabilities.swift
[17/21] Compiling DebugAdapterProtocol BaseProtocol+Extensions.swift
[18/21] Emitting module DebugAdapterProtocol
[19/21] Compiling DebugAdapterProtocol DAPServer.swift
[20/21] Compiling DebugAdapterProtocol DAPTransport.swift
[21/21] Compiling DebugAdapterProtocol BaseProtocol.swift
Build complete! (11.04s)
Fetching https://github.com/ChimeHQ/JSONRPC
[6/559] Fetching jsonrpc
Fetched https://github.com/ChimeHQ/JSONRPC (1.36s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.7.0 (0.44s)
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.7.0
Build complete.
Done.