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 (caae7e), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 21:58:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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 caae7ea Fix...
Cloned https://github.com/MalkarovPark/IndustrialKit.git
Revision (git rev-parse @):
caae7ea9842a9b1707d6bb1e741068bfa0a90475
SUCCESS checkout https://github.com/MalkarovPark/IndustrialKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MalkarovPark/IndustrialKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/48] Emitting module IndustrialKit
[4/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 [#no-usage]
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 [#no-usage]
162 |         }
163 |     }
[5/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 [#no-usage]
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 [#no-usage]
162 |         }
163 |     }
[6/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 [#no-usage]
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 [#no-usage]
162 |         }
163 |     }
[7/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 [#no-usage]
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 [#no-usage]
162 |         }
163 |     }
[8/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 [#no-usage]
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 [#no-usage]
162 |         }
163 |     }
[9/52] Compiling IndustrialKit WorkspaceProgramElement.swift
[10/52] Compiling IndustrialKit StateItem.swift
[11/52] Compiling IndustrialKit WorkspaceObjectChart.swift
[12/52] Compiling IndustrialKit AddNewView.swift
[13/52] Compiling IndustrialKit Borderers.swift
[14/52] Compiling IndustrialKit ObjectSceneView.swift
[15/52] Compiling IndustrialKit PositionView.swift
[16/52] Compiling IndustrialKit ControlProgramTextView.swift
[17/52] Compiling IndustrialKit LogicElementsViews.swift
[18/52] Compiling IndustrialKit ModifierElementsViews.swift
[19/52] Compiling IndustrialKit Part.swift
[20/52] Compiling IndustrialKit Robot.swift
[21/52] Compiling IndustrialKit Tool.swift
[22/52] Compiling IndustrialKit WorkspaceObject.swift
[23/52] Compiling IndustrialKit Cards.swift
[24/52] Compiling IndustrialKit ChartsView.swift
[25/52] Compiling IndustrialKit ConnectorView.swift
[26/52] Compiling IndustrialKit DynamicStack.swift
[27/52] Compiling IndustrialKit InspectorModifier.swift
[28/52] Compiling IndustrialKit PerformerElementsViews.swift
[29/52] Compiling IndustrialKit RegistersView.swift
[30/52] Compiling IndustrialKit SheetCaption.swift
[31/52] Compiling IndustrialKit ControlViews.swift
[32/52] Compiling IndustrialKit PendantController.swift
[33/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 [#no-usage]
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 [#no-usage]
181 |         #endif
182 |     }
[34/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 [#no-usage]
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 [#no-usage]
181 |         #endif
182 |     }
[35/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 [#no-usage]
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 [#no-usage]
181 |         #endif
182 |     }
[36/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 [#no-usage]
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 [#no-usage]
181 |         #endif
182 |     }
[37/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 [#no-usage]
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 [#no-usage]
181 |         #endif
182 |     }
[38/52] Compiling IndustrialKit ProgramViews.swift
[39/52] Compiling IndustrialKit SpatialPendantView.swift
[40/52] Compiling IndustrialKit StateView.swift
[41/52] Compiling IndustrialKit ViewCloseButton.swift
[42/52] Compiling IndustrialKit Workspace.swift
[43/52] Compiling IndustrialKit PositionPoint.swift
[44/52] Compiling IndustrialKit PositionsProgram.swift
[45/52] Compiling IndustrialKit LogicElements.swift
[46/52] Compiling IndustrialKit ModifierElements.swift
[47/52] Compiling IndustrialKit PerformerElements.swift
[48/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[49/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[50/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[51/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
[52/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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
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 [#no-usage]
271 |         else
272 |         {
/Users/admin/builder/spi-builder-workspace/Sources/IndustrialKit/Functions.swift:431:21: warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 429 |     // Send command
 430 |     let command_to_send = command.utf8CString.dropLast()
 431 |     command_to_send.withUnsafeBufferPointer
     |                     `- warning: result of call to 'withUnsafeBufferPointer' is unused [#no-usage]
 432 |     { buffer_ptr in
 433 |         write(sockfd, buffer_ptr.baseAddress!, buffer_ptr.count)
Build complete! (10.10s)
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.