The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IndustrialKit, reference main (04a82d), with Swift 6.0 for macOS (SPM) on 4 Jul 2025 18:11:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MalkarovPark/IndustrialKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MalkarovPark/IndustrialKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 04a82d5 Cleanups...
Cloned https://github.com/MalkarovPark/IndustrialKit.git
Revision (git rev-parse @):
04a82d537431624a5ec48047a3dd6e1646a99c2d
SUCCESS checkout https://github.com/MalkarovPark/IndustrialKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MalkarovPark/IndustrialKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/48] Emitting module IndustrialKit
[4/52] Compiling IndustrialKit ModelController.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/ModelControllers/ToolModelController.swift:180:9: warning: result of call to 'send_via_unix_socket(at:with:)' is unused
178 |     {
179 |         #if os(macOS)
180 |         send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_controller_socket", with: ["reset_nodes"])
    |         `- warning: result of call to 'send_via_unix_socket(at:with:)' is unused
181 |         #endif
182 |     }
[5/52] Compiling IndustrialKit RobotModelController.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/ModelControllers/ToolModelController.swift:180:9: warning: result of call to 'send_via_unix_socket(at:with:)' is unused
178 |     {
179 |         #if os(macOS)
180 |         send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_controller_socket", with: ["reset_nodes"])
    |         `- warning: result of call to 'send_via_unix_socket(at:with:)' is unused
181 |         #endif
182 |     }
[6/52] Compiling IndustrialKit ToolModelController.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/ModelControllers/ToolModelController.swift:180:9: warning: result of call to 'send_via_unix_socket(at:with:)' is unused
178 |     {
179 |         #if os(macOS)
180 |         send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_controller_socket", with: ["reset_nodes"])
    |         `- warning: result of call to 'send_via_unix_socket(at:with:)' is unused
181 |         #endif
182 |     }
[7/52] Compiling IndustrialKit OperationCode.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/ModelControllers/ToolModelController.swift:180:9: warning: result of call to 'send_via_unix_socket(at:with:)' is unused
178 |     {
179 |         #if os(macOS)
180 |         send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_controller_socket", with: ["reset_nodes"])
    |         `- warning: result of call to 'send_via_unix_socket(at:with:)' is unused
181 |         #endif
182 |     }
[8/52] Compiling IndustrialKit OperationsProgram.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/ModelControllers/ToolModelController.swift:180:9: warning: result of call to 'send_via_unix_socket(at:with:)' is unused
178 |     {
179 |         #if os(macOS)
180 |         send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_controller_socket", with: ["reset_nodes"])
    |         `- warning: result of call to 'send_via_unix_socket(at:with:)' is unused
181 |         #endif
182 |     }
[9/52] Compiling IndustrialKit ChangerModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/WorkspaceObjects/Modules/IndustrialModule.swift:161:13: warning: result of call to 'send_via_unix_socket(at:command:)' is unused
159 |         for program_components_path in program_components_paths
160 |         {
161 |             send_via_unix_socket(at: program_components_path.socket, command: "stop")
    |             `- warning: result of call to 'send_via_unix_socket(at:command:)' is unused
162 |         }
163 |     }
[10/52] Compiling IndustrialKit IndustrialModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/WorkspaceObjects/Modules/IndustrialModule.swift:161:13: warning: result of call to 'send_via_unix_socket(at:command:)' is unused
159 |         for program_components_path in program_components_paths
160 |         {
161 |             send_via_unix_socket(at: program_components_path.socket, command: "stop")
    |             `- warning: result of call to 'send_via_unix_socket(at:command:)' is unused
162 |         }
163 |     }
[11/52] Compiling IndustrialKit PartModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/WorkspaceObjects/Modules/IndustrialModule.swift:161:13: warning: result of call to 'send_via_unix_socket(at:command:)' is unused
159 |         for program_components_path in program_components_paths
160 |         {
161 |             send_via_unix_socket(at: program_components_path.socket, command: "stop")
    |             `- warning: result of call to 'send_via_unix_socket(at:command:)' is unused
162 |         }
163 |     }
[12/52] Compiling IndustrialKit RobotModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/WorkspaceObjects/Modules/IndustrialModule.swift:161:13: warning: result of call to 'send_via_unix_socket(at:command:)' is unused
159 |         for program_components_path in program_components_paths
160 |         {
161 |             send_via_unix_socket(at: program_components_path.socket, command: "stop")
    |             `- warning: result of call to 'send_via_unix_socket(at:command:)' is unused
162 |         }
163 |     }
[13/52] Compiling IndustrialKit ToolModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/WorkspaceObjects/Modules/IndustrialModule.swift:161:13: warning: result of call to 'send_via_unix_socket(at:command:)' is unused
159 |         for program_components_path in program_components_paths
160 |         {
161 |             send_via_unix_socket(at: program_components_path.socket, command: "stop")
    |             `- warning: result of call to 'send_via_unix_socket(at:command:)' is unused
162 |         }
163 |     }
[14/52] Compiling IndustrialKit PerformerElementsViews.swift
[15/52] Compiling IndustrialKit RegistersView.swift
[16/52] Compiling IndustrialKit SheetCaption.swift
[17/52] Compiling IndustrialKit ControlViews.swift
[18/52] Compiling IndustrialKit PendantController.swift
[19/52] Compiling IndustrialKit ProgramViews.swift
[20/52] Compiling IndustrialKit SpatialPendantView.swift
[21/52] Compiling IndustrialKit StateView.swift
[22/52] Compiling IndustrialKit ViewCloseButton.swift
[23/52] Compiling IndustrialKit Workspace.swift
[24/52] Compiling IndustrialKit ObjectSceneView.swift
[25/52] Compiling IndustrialKit PositionView.swift
[26/52] Compiling IndustrialKit ControlProgramTextView.swift
[27/52] Compiling IndustrialKit LogicElementsViews.swift
[28/52] Compiling IndustrialKit ModifierElementsViews.swift
[29/52] Compiling IndustrialKit Part.swift
[30/52] Compiling IndustrialKit Robot.swift
[31/52] Compiling IndustrialKit Tool.swift
[32/52] Compiling IndustrialKit WorkspaceObject.swift
[33/52] Compiling IndustrialKit PositionPoint.swift
[34/52] Compiling IndustrialKit PositionsProgram.swift
[35/52] Compiling IndustrialKit LogicElements.swift
[36/52] Compiling IndustrialKit ModifierElements.swift
[37/52] Compiling IndustrialKit PerformerElements.swift
[38/52] Compiling IndustrialKit RobotConnector.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:194:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
192 |     {
193 |         #if os(macOS)
194 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
195 |         else
196 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:272:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
270 |         let command = ["move_to"] + [point.json_string()] + origin_position
271 |
272 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: command)
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
273 |         else
274 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:309:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
307 |     {
308 |         #if os(macOS)
309 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
310 |         else
311 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:179:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
177 |     {
178 |         #if os(macOS)
179 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
180 |         else
181 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:238:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
236 |         let command = ["perform", "\(code)"]
237 |
238 |         guard let terminal_output: String = send_via_unix_socket(
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
239 |             at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket",
240 |             with: command)
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:270:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
268 |     {
269 |         #if os(macOS)
270 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[39/52] Compiling IndustrialKit ToolConnector.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:194:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
192 |     {
193 |         #if os(macOS)
194 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
195 |         else
196 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:272:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
270 |         let command = ["move_to"] + [point.json_string()] + origin_position
271 |
272 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: command)
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
273 |         else
274 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:309:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
307 |     {
308 |         #if os(macOS)
309 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
310 |         else
311 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:179:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
177 |     {
178 |         #if os(macOS)
179 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
180 |         else
181 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:238:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
236 |         let command = ["perform", "\(code)"]
237 |
238 |         guard let terminal_output: String = send_via_unix_socket(
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
239 |             at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket",
240 |             with: command)
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:270:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
268 |     {
269 |         #if os(macOS)
270 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[40/52] Compiling IndustrialKit WorkspaceObjectConnector.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:194:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
192 |     {
193 |         #if os(macOS)
194 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
195 |         else
196 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:272:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
270 |         let command = ["move_to"] + [point.json_string()] + origin_position
271 |
272 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: command)
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
273 |         else
274 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:309:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
307 |     {
308 |         #if os(macOS)
309 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
310 |         else
311 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:179:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
177 |     {
178 |         #if os(macOS)
179 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
180 |         else
181 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:238:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
236 |         let command = ["perform", "\(code)"]
237 |
238 |         guard let terminal_output: String = send_via_unix_socket(
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
239 |             at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket",
240 |             with: command)
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:270:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
268 |     {
269 |         #if os(macOS)
270 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[41/52] Compiling IndustrialKit Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:194:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
192 |     {
193 |         #if os(macOS)
194 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
195 |         else
196 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:272:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
270 |         let command = ["move_to"] + [point.json_string()] + origin_position
271 |
272 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: command)
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
273 |         else
274 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:309:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
307 |     {
308 |         #if os(macOS)
309 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
310 |         else
311 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:179:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
177 |     {
178 |         #if os(macOS)
179 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
180 |         else
181 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:238:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
236 |         let command = ["perform", "\(code)"]
237 |
238 |         guard let terminal_output: String = send_via_unix_socket(
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
239 |             at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket",
240 |             with: command)
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:270:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
268 |     {
269 |         #if os(macOS)
270 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[42/52] Compiling IndustrialKit Functions.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:194:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
192 |     {
193 |         #if os(macOS)
194 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
195 |         else
196 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:272:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
270 |         let command = ["move_to"] + [point.json_string()] + origin_position
271 |
272 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: command)
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
273 |         else
274 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/RobotConnector.swift:309:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
307 |     {
308 |         #if os(macOS)
309 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_robot_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
310 |         else
311 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:179:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
177 |     {
178 |         #if os(macOS)
179 |         guard let terminal_output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["disconnect"])
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
180 |         else
181 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:238:19: warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
236 |         let command = ["perform", "\(code)"]
237 |
238 |         guard let terminal_output: String = send_via_unix_socket(
    |                   `- warning: immutable value 'terminal_output' was never used; consider replacing with '_' or removing it
239 |             at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket",
240 |             with: command)
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Connectors/ToolConnector.swift:270:19: warning: immutable value 'output' was never used; consider replacing with '_' or removing it
268 |     {
269 |         #if os(macOS)
270 |         guard let output: String = send_via_unix_socket(at: "/tmp/\(module_name.code_correct_format)_tool_connector_socket", with: ["reset_device"])
    |                   `- warning: immutable value 'output' was never used; consider replacing with '_' or removing it
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[43/52] Compiling IndustrialKit WorkspaceProgramElement.swift
[44/52] Compiling IndustrialKit StateItem.swift
[45/52] Compiling IndustrialKit WorkspaceObjectChart.swift
[46/52] Compiling IndustrialKit AddNewView.swift
[47/52] Compiling IndustrialKit Borderers.swift
[48/52] Compiling IndustrialKit Cards.swift
[49/52] Compiling IndustrialKit ChartsView.swift
[50/52] Compiling IndustrialKit ConnectorView.swift
[51/52] Compiling IndustrialKit DynamicStack.swift
[52/52] Compiling IndustrialKit InspectorModifier.swift
Build complete! (10.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IndustrialKit",
  "name" : "IndustrialKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "IndustrialKit",
      "targets" : [
        "IndustrialKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IndustrialKitTests",
      "module_type" : "SwiftTarget",
      "name" : "IndustrialKitTests",
      "path" : "Tests/IndustrialKitTests",
      "sources" : [
        "IndustrialKitTests.swift"
      ],
      "target_dependencies" : [
        "IndustrialKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IndustrialKit",
      "module_type" : "SwiftTarget",
      "name" : "IndustrialKit",
      "path" : "Sources",
      "product_memberships" : [
        "IndustrialKit"
      ],
      "sources" : [
        "IndustrialKit/Connectors/RobotConnector.swift",
        "IndustrialKit/Connectors/ToolConnector.swift",
        "IndustrialKit/Connectors/WorkspaceObjectConnector.swift",
        "IndustrialKit/Extensions.swift",
        "IndustrialKit/Functions.swift",
        "IndustrialKit/ModelControllers/ModelController.swift",
        "IndustrialKit/ModelControllers/RobotModelController.swift",
        "IndustrialKit/ModelControllers/ToolModelController.swift",
        "IndustrialKit/Programs/OperationCode.swift",
        "IndustrialKit/Programs/OperationsProgram.swift",
        "IndustrialKit/Programs/PositionPoint.swift",
        "IndustrialKit/Programs/PositionsProgram.swift",
        "IndustrialKit/Programs/WorkspaceProgramElements/LogicElements.swift",
        "IndustrialKit/Programs/WorkspaceProgramElements/ModifierElements.swift",
        "IndustrialKit/Programs/WorkspaceProgramElements/PerformerElements.swift",
        "IndustrialKit/Programs/WorkspaceProgramElements/WorkspaceProgramElement.swift",
        "IndustrialKit/Statistics/StateItem.swift",
        "IndustrialKit/Statistics/WorkspaceObjectChart.swift",
        "IndustrialKit/UI/AddNewView.swift",
        "IndustrialKit/UI/Borderers.swift",
        "IndustrialKit/UI/Cards.swift",
        "IndustrialKit/UI/ChartsView.swift",
        "IndustrialKit/UI/ConnectorView.swift",
        "IndustrialKit/UI/DynamicStack.swift",
        "IndustrialKit/UI/InspectorModifier.swift",
        "IndustrialKit/UI/ObjectSceneView.swift",
        "IndustrialKit/UI/PositionView.swift",
        "IndustrialKit/UI/ProgramElemenViews/ControlProgramTextView.swift",
        "IndustrialKit/UI/ProgramElemenViews/LogicElementsViews.swift",
        "IndustrialKit/UI/ProgramElemenViews/ModifierElementsViews.swift",
        "IndustrialKit/UI/ProgramElemenViews/PerformerElementsViews.swift",
        "IndustrialKit/UI/RegistersView.swift",
        "IndustrialKit/UI/SheetCaption.swift",
        "IndustrialKit/UI/SpatialPendant/ControlViews.swift",
        "IndustrialKit/UI/SpatialPendant/PendantController.swift",
        "IndustrialKit/UI/SpatialPendant/ProgramViews.swift",
        "IndustrialKit/UI/SpatialPendant/SpatialPendantView.swift",
        "IndustrialKit/UI/StateView.swift",
        "IndustrialKit/UI/ViewCloseButton.swift",
        "IndustrialKit/Workspace.swift",
        "IndustrialKit/WorkspaceObjects/Modules/ChangerModule.swift",
        "IndustrialKit/WorkspaceObjects/Modules/IndustrialModule.swift",
        "IndustrialKit/WorkspaceObjects/Modules/PartModule.swift",
        "IndustrialKit/WorkspaceObjects/Modules/RobotModule.swift",
        "IndustrialKit/WorkspaceObjects/Modules/ToolModule.swift",
        "IndustrialKit/WorkspaceObjects/Part.swift",
        "IndustrialKit/WorkspaceObjects/Robot.swift",
        "IndustrialKit/WorkspaceObjects/Tool.swift",
        "IndustrialKit/WorkspaceObjects/WorkspaceObject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.