The Swift Package Index logo.Swift Package Index

Build Information

Successful build of slash, reference master (01e55c), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 00:24:12 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/slash-hq/slash.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/slash-hq/slash
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 01e55ce Add support for message reactions.
Cloned https://github.com/slash-hq/slash.git
Revision (git rev-parse @):
01e55ce89b9015c98bae32ba1371ef7a48a3c0f0
SUCCESS checkout https://github.com/slash-hq/slash.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/slash-hq/slash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write slash-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/34] Compiling slash TLSSocket.swift
[5/34] Compiling slash TerminalCanvas.swift
[6/34] Compiling slash TerminalDevice.swift
[7/37] Compiling slash SlackAdapter.swift
[8/37] Compiling slash SlackChannel.swift
[9/37] Compiling slash SlackContext.swift
[10/37] Compiling slash SlackUser.swift
[11/37] Compiling slash SlackWebClient.swift
[12/37] Compiling slash Socket.swift
[13/37] Compiling slash MessagesListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server.swift:189:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
187 |     }
188 |
189 |     var hashValue: Int { return Int(self.socket) }
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
190 |
191 |     func process(_ chunk: ArraySlice<UInt8>) throws {
/Users/admin/builder/spi-builder-workspace/Sources/Server.swift:481:25: warning: variable 'chunk' was never mutated; consider changing to 'let' constant
479 |             case .write:
480 |                 while let backlogElement = self.backlog[Int32(signal.ident)]?.first {
481 |                     var chunk = backlogElement.chunk
    |                         `- warning: variable 'chunk' was never mutated; consider changing to 'let' constant
482 |                     let result = Socket.write(Int32(signal.ident), chunk, min(chunk.count, signal.data))
483 |                     if result == -1 {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/37] Compiling slash R.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server.swift:189:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
187 |     }
188 |
189 |     var hashValue: Int { return Int(self.socket) }
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
190 |
191 |     func process(_ chunk: ArraySlice<UInt8>) throws {
/Users/admin/builder/spi-builder-workspace/Sources/Server.swift:481:25: warning: variable 'chunk' was never mutated; consider changing to 'let' constant
479 |             case .write:
480 |                 while let backlogElement = self.backlog[Int32(signal.ident)]?.first {
481 |                     var chunk = backlogElement.chunk
    |                         `- warning: variable 'chunk' was never mutated; consider changing to 'let' constant
482 |                     let result = Socket.write(Int32(signal.ident), chunk, min(chunk.count, signal.data))
483 |                     if result == -1 {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[15/37] Compiling slash Server.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server.swift:189:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
187 |     }
188 |
189 |     var hashValue: Int { return Int(self.socket) }
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
190 |
191 |     func process(_ chunk: ArraySlice<UInt8>) throws {
/Users/admin/builder/spi-builder-workspace/Sources/Server.swift:481:25: warning: variable 'chunk' was never mutated; consider changing to 'let' constant
479 |             case .write:
480 |                 while let backlogElement = self.backlog[Int32(signal.ident)]?.first {
481 |                     var chunk = backlogElement.chunk
    |                         `- warning: variable 'chunk' was never mutated; consider changing to 'let' constant
482 |                     let result = Socket.write(Int32(signal.ident), chunk, min(chunk.count, signal.data))
483 |                     if result == -1 {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[16/37] Compiling slash TextLayout.swift
[17/37] Compiling slash URLSession.swift
[18/37] Compiling slash UserInputView.swift
[19/37] Emitting module slash
/Users/admin/builder/spi-builder-workspace/Sources/Server.swift:189:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
187 |     }
188 |
189 |     var hashValue: Int { return Int(self.socket) }
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HttpIncomingDataPorcessor' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
190 |
191 |     func process(_ chunk: ArraySlice<UInt8>) throws {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/37] Compiling slash Application.swift
/Users/admin/builder/spi-builder-workspace/Sources/Application.swift:138:40: warning: immutable value 'reaction' was never used; consider replacing with '_' or removing it [#no-usage]
136 |             return
137 |
138 |         case .messageReactionAdded(let reaction, let channel, let ts):
    |                                        `- warning: immutable value 'reaction' was never used; consider replacing with '_' or removing it [#no-usage]
139 |
140 |             if channel == self.selectedChannel {
/Users/admin/builder/spi-builder-workspace/Sources/Application.swift:138:67: warning: immutable value 'ts' was never used; consider replacing with '_' or removing it [#no-usage]
136 |             return
137 |
138 |         case .messageReactionAdded(let reaction, let channel, let ts):
    |                                                                   `- warning: immutable value 'ts' was never used; consider replacing with '_' or removing it [#no-usage]
139 |
140 |             if channel == self.selectedChannel {
[21/37] Compiling slash ChannelsListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Application.swift:138:40: warning: immutable value 'reaction' was never used; consider replacing with '_' or removing it [#no-usage]
136 |             return
137 |
138 |         case .messageReactionAdded(let reaction, let channel, let ts):
    |                                        `- warning: immutable value 'reaction' was never used; consider replacing with '_' or removing it [#no-usage]
139 |
140 |             if channel == self.selectedChannel {
/Users/admin/builder/spi-builder-workspace/Sources/Application.swift:138:67: warning: immutable value 'ts' was never used; consider replacing with '_' or removing it [#no-usage]
136 |             return
137 |
138 |         case .messageReactionAdded(let reaction, let channel, let ts):
    |                                                                   `- warning: immutable value 'ts' was never used; consider replacing with '_' or removing it [#no-usage]
139 |
140 |             if channel == self.selectedChannel {
[22/37] Compiling slash CrashReporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Application.swift:138:40: warning: immutable value 'reaction' was never used; consider replacing with '_' or removing it [#no-usage]
136 |             return
137 |
138 |         case .messageReactionAdded(let reaction, let channel, let ts):
    |                                        `- warning: immutable value 'reaction' was never used; consider replacing with '_' or removing it [#no-usage]
139 |
140 |             if channel == self.selectedChannel {
/Users/admin/builder/spi-builder-workspace/Sources/Application.swift:138:67: warning: immutable value 'ts' was never used; consider replacing with '_' or removing it [#no-usage]
136 |             return
137 |
138 |         case .messageReactionAdded(let reaction, let channel, let ts):
    |                                                                   `- warning: immutable value 'ts' was never used; consider replacing with '_' or removing it [#no-usage]
139 |
140 |             if channel == self.selectedChannel {
[23/37] Compiling slash Utils.swift
[24/37] Compiling slash WebSocketClient.swift
[25/37] Compiling slash main.swift
[26/37] Compiling slash SlackOAuth2.swift
[27/37] Compiling slash SlackRealTimeClient.swift
[28/37] Compiling slash SlackTeam.swift
[29/37] Compiling slash SlackIM.swift
[30/37] Compiling slash SlackMessage.swift
[31/37] Compiling slash SlackMessageReaction.swift
[32/37] Compiling slash SlackEmojiDecoder.swift
[33/37] Compiling slash SlackEvent.swift
[34/37] Compiling slash SlackGroup.swift
[34/37] Write Objects.LinkFileList
[35/37] Linking slash
[36/37] Applying slash
Build complete! (7.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "slash",
  "name" : "slash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "slash",
      "targets" : [
        "slash"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "slash",
      "module_type" : "SwiftTarget",
      "name" : "slash",
      "path" : "Sources",
      "product_memberships" : [
        "slash"
      ],
      "sources" : [
        "Application.swift",
        "ChannelsListView.swift",
        "CrashReporter.swift",
        "MessagesListView.swift",
        "R.swift",
        "Server.swift",
        "SlackAdapter.swift",
        "SlackChannel.swift",
        "SlackContext.swift",
        "SlackEmojiDecoder.swift",
        "SlackEvent.swift",
        "SlackGroup.swift",
        "SlackIM.swift",
        "SlackMessage.swift",
        "SlackMessageReaction.swift",
        "SlackOAuth2.swift",
        "SlackRealTimeClient.swift",
        "SlackTeam.swift",
        "SlackUser.swift",
        "SlackWebClient.swift",
        "Socket.swift",
        "TLSSocket.swift",
        "TerminalCanvas.swift",
        "TerminalDevice.swift",
        "TextLayout.swift",
        "URLSession.swift",
        "UserInputView.swift",
        "Utils.swift",
        "WebSocketClient.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Done.